Searched defs:DECLARE (Results 1 – 8 of 8) sorted by relevance
92 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro134 #define DECLARE(A) void Visit##A(Instruction* instr); macro
24 #define DECLARE(A) void Visit##A(Instruction* instr); macro
112 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
125 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
17 message DECLARE {} message
18 DECLARE = 12; enumerator
17 enum DECLARE { ZERO13 = 0; } enum
907 #define DECLARE(A) void Visit##A(Instruction* instr); macro908 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument