| 174 | }; |
| 175 | |
| 176 | struct BinaryOperands { |
| 177 | // Operation to apply to each operand before applying the binary operation to them. |
| 178 | UnaryOpType operand_operations[2]; |
| 179 | // The source of the input operands. |
| 180 | Operand operands[2]; |
| 181 | }; |
| 182 | |
| 183 | struct BinaryOp { |
| 184 | // The type of binary operation this represents. |
nothing calls this directly
no outgoing calls
no test coverage detected