Searched defs:operation_type (Results 1 – 3 of 3) sorted by relevance
161 operation_type(const input_type& e, op_type t) : in operation_type() function163 operation_type(op_type t) : type(char(t)), r(nullptr), bypass_t(nullptr) {} in operation_type() function
227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enum
1600 enum operation_type { in StressTestMixFunctionality() enum