/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-operands.h | 114 #define DEF_OPS(STMT) (stmt_ann (STMT)->operands.def_ops) argument 115 #define USE_OPS(STMT) (stmt_ann (STMT)->operands.use_ops) argument 116 #define VUSE_OPS(STMT) (stmt_ann (STMT)->operands.vuse_ops) argument 117 #define MAYDEF_OPS(STMT) (stmt_ann (STMT)->operands.maydef_ops) argument 118 #define MUSTDEF_OPS(STMT) (stmt_ann (STMT)->operands.mustdef_ops) argument 225 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ argument 233 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ argument 241 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ argument 249 #define FOR_EACH_SSA_MAYDEF_OPERAND(DEFVAR, USEVAR, STMT, ITER) \ argument 257 #define FOR_EACH_SSA_MUSTDEF_OPERAND(DEFVAR, KILLVAR, STMT, ITER) \ argument [all …]
|
H A D | tree-flow.h | 250 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \ argument
|
H A D | tree-ssa-loop-im.c | 103 #define LIM_DATA(STMT) (TREE_CODE (STMT) == PHI_NODE \ argument
|
H A D | tree-ssa-operands.c | 377 #define INITIALIZE_USE(USE_PTR, VAL, STMT) \ argument
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 107 #define ABSTRACT_STMT(STMT) in Visit() argument 108 #define STMT(CLASS, PARENT) \ in Visit() macro 116 #define STMT(CLASS, PARENT) \ macro
|
H A D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
H A D | ASTTypeTraits.h | 150 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
H A D | Stmt.h | 76 #define STMT(CLASS, PARENT) CLASS##Class, macro 81 #define ABSTRACT_STMT(STMT) argument
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 64 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument 65 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro 85 #define STMT(CLASS, PARENT) \ macro 93 #define STMT(CLASS, PARENT) \ macro 279 #define STMT(type, base) \ in check_implementations() macro 290 #define STMT(type, base) \ in children() macro 329 #define STMT(type, base) \ in getSourceRange() macro 341 #define STMT(type, base) \ in getBeginLoc() macro 353 #define STMT(type, base) \ in getEndLoc() macro
|
H A D | ASTTypeTraits.cpp | 44 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro 118 #define STMT(CLASS, PARENT) \ in getFromNode() macro
|
H A D | ExprClassification.cpp | 115 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
|
H A D | ASTStructuralEquivalence.cpp | 377 #define STMT(CLASS, PARENT) \ macro 404 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
|
H A D | Expr.cpp | 334 #define STMT(type, base) \ in getExprLoc() macro 2020 #define STMT(Type, Base) in path_buffer() macro 3519 #define STMT(Type, Base) case Type##Class: in HasSideEffects() macro
|
H A D | StmtOpenMP.cpp | 374 #define STMT(CLASS, PARENT) in getTransformedStmt() macro 387 #define STMT(CLASS, PARENT) in getPreInits() macro
|
H A D | StmtPrinter.cpp | 164 #define STMT(CLASS, PARENT) \ macro
|
H A D | StmtProfile.cpp | 47 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
|
H A D | ItaniumMangle.cpp | 4231 #define STMT(Type, Base) \ in mangleExpression() macro
|
H A D | ExprConstant.cpp | 15581 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 67 #define FINISH_COND(COND, STMT, SUBSTMT) \ argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 112 #define STMT(Type, Base) in EmitStmt() macro
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 56 #define STMT(Type, Base) \ macro
|
H A D | ASTReaderStmt.cpp | 123 #define STMT(Type, Base) \ macro
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 766 #define STMT(Node, Parent) \ macro 3925 #define STMT(Node, Parent) \ in TransformStmt() macro 3935 #define STMT(Node, Parent) in TransformStmt() macro 3977 #define STMT(Node, Parent) case Stmt::Node##Class: break; in TransformExpr() macro
|