Searched defs:DECLARE (Results 1 – 8 of 8) sorted by relevance
130 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro131 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument200 #define DECLARE(A) void Visit##A(const Instruction* instr); macro201 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
89 #define DECLARE(A) void Visit##A(const Instruction* instr) VIXL_OVERRIDE; macro
48 #define DECLARE(A) \ macro
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
25 #define DECLARE(A) void Visit##A(Instruction* instr); macro
20 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
96 #define DECLARE(REDUCER, T) \ macro