Searched defs:DECLARE (Results 1 – 9 of 9) sorted by relevance
131 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro132 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument201 #define DECLARE(A) void Visit##A(const Instruction* instr); macro202 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
84 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
720 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro724 #define DECLARE(A) \ macro726 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) in VISITOR_LIST_THAT_DONT_RETURN() argument
70 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro111 #define DECLARE(A) void Visit##A(Instruction* instr); macro
60 #define DECLARE(A) void Visit##A(Instruction* instr); macro
25 #define DECLARE(A) void Visit##A(Instruction* instr); macro
19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
330 DECLARE, enumerator