Home
last modified time | relevance | path

Searched defs:DECLARE (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/vixl/a64/
Ddecoder-a64.h131 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro
132 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
201 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
202 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
Dinstrument-a64.h84 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
Ddisasm-a64.h46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
Dsimulator-a64.h720 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
724 #define DECLARE(A) \ macro
726 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) in VISITOR_LIST_THAT_DONT_RETURN() argument
/external/v8/src/arm64/
Ddecoder-arm64.h70 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
111 #define DECLARE(A) void Visit##A(Instruction* instr); macro
Dinstrument-arm64.h60 #define DECLARE(A) void Visit##A(Instruction* instr); macro
Ddisasm-arm64.h25 #define DECLARE(A) void Visit##A(Instruction* instr); macro
/external/e2fsprogs/lib/ss/
Drequests.c19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
/external/v8/test/cctest/
Dtest-decls.cc330 DECLARE, enumerator