Searched defs:DECLARE (Results 1 – 11 of 11) sorted by relevance
137 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro138 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument215 #define DECLARE(A) void Visit##A(const Instruction* instr); macro216 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
89 #define DECLARE(A) void Visit##A(const Instruction* instr) VIXL_OVERRIDE; macro
104 #define DECLARE(A) \ macro
49 #define DECLARE(A) \ macro
93 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro136 #define DECLARE(A) void Visit##A(Instruction* instr); macro
61 #define DECLARE(A) void Visit##A(Instruction* instr); macro
26 #define DECLARE(A) void Visit##A(Instruction* instr); macro
786 #define DECLARE(A) void Visit##A(Instruction* instr); macro787 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
20 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
96 #define DECLARE(REDUCER, T) \ macro
101 #define DECLARE(type) \ in EXPAND_NODES() macro264 DECLARE(StringExprNode) in DECLARE() function334 DECLARE(BlockStmtNode) in DECLARE() function463 DECLARE(IntegerVariableDeclStmtNode) in DECLARE() function