Lines Matching full:operation
75 // (other than the specific operation, of course) that it makes sense
87 BinaryOperation operation = BINARY_OP_NONE;
89 operation = BINARY_OP_ADD;
91 operation = BINARY_OP_SUBTRACT;
93 operation = BINARY_OP_MULTIPLY;
95 operation = BINARY_OP_DIVIDE_QUOTIENT;
97 operation = BINARY_OP_DIVIDE_MODULUS;
99 operation = BINARY_OP_ALIGN;
101 if (operation != BINARY_OP_NONE) {
107 "operation " << token << ": " << expression;
111 // Perform the operation.
113 switch (operation) {