Searched refs:DECLARE (Results 1 – 10 of 10) sorted by relevance
71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro72 VISITOR_LIST(DECLARE)73 #undef DECLARE112 #define DECLARE(A) void Visit##A(Instruction* instr); macro113 VISITOR_LIST(DECLARE)114 #undef DECLARE
60 #define DECLARE(A) void Visit##A(Instruction* instr); macro61 VISITOR_LIST(DECLARE)62 #undef DECLARE
27 #define DECLARE(A) void Visit##A(Instruction* instr); macro28 VISITOR_LIST(DECLARE)29 #undef DECLARE
320 #define DECLARE(A) void Visit##A(Instruction* instr);321 VISITOR_LIST(DECLARE)322 #undef DECLARE
125 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro126 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument127 #undef DECLARE in VISITOR_LIST()195 #define DECLARE(A) void Visit##A(const Instruction* instr); macro196 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument197 #undef DECLARE in VISITOR_LIST()
84 #define DECLARE(A) void Visit##A(const Instruction* instr); macro85 VISITOR_LIST(DECLARE)86 #undef DECLARE
46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro47 VISITOR_LIST(DECLARE)48 #undef DECLARE
833 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro834 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument835 #undef DECLARE in VISITOR_LIST()
19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
331 DECLARE, enumerator336 AppearingPropertyContext() : state_(DECLARE) { } in AppearingPropertyContext()341 case DECLARE: in Query()