(&mut self, arg: ABIArg)
| 326 | |
| 327 | #[inline] |
| 328 | pub fn push(&mut self, arg: ABIArg) { |
| 329 | debug_assert!(!self.non_formal_flag); |
| 330 | self.sig_set_abi_args.push(arg) |
| 331 | } |
| 332 | |
| 333 | #[inline] |
| 334 | pub fn push_non_formal(&mut self, arg: ABIArg) { |
no outgoing calls