Searched defs:DECLARE (Results 1 – 9 of 9) sorted by relevance
90 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro91 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument141 #define DECLARE(A) void Visit##A(Instruction* instr); macro
84 #define DECLARE(A) void Visit##A(Instruction* instr); macro
45 #define DECLARE(A) void Visit##A(Instruction* instr); macro
200 #define DECLARE(A) void Visit##A(Instruction* instr); macro201 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro112 #define DECLARE(A) void Visit##A(Instruction* instr); macro
60 #define DECLARE(A) void Visit##A(Instruction* instr); macro
27 #define DECLARE(A) void Visit##A(Instruction* instr); macro
19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
331 DECLARE, enumerator