Searched defs:op_type (Results 1 – 4 of 4) sorted by relevance
59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
52 if (auto op_type = GetBinaryOpType(token)) { in ParseOneExpression() local63 if (auto op_type = GetUnaryOpType(token)) { in ParseOneExpression() local
23 using op_type = bug_async_op_base; typedef in bug_any_executor
2014 enum isl_ast_expr_op_type op_type; in ast_expr_from_aff_list() local