Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()
138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp52 if (auto op_type = GetBinaryOpType(token)) { in ParseOneExpression() local
63 if (auto op_type = GetUnaryOpType(token)) { in ParseOneExpression() local
/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr59723.cpp23 using op_type = bug_async_op_base; typedef in bug_any_executor
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c2014 enum isl_ast_expr_op_type op_type; in ast_expr_from_aff_list() local