Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddecoder-aarch64.h130 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro
131 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
200 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
201 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
Dinstrument-aarch64.h89 #define DECLARE(A) void Visit##A(const Instruction* instr) VIXL_OVERRIDE; macro
Ddisasm-aarch64.h48 #define DECLARE(A) \ macro
Dsimulator-aarch64.h837 #define DECLARE(A) \ macro
842 #define DECLARE(A) \ macro
845 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) in VISITOR_LIST_THAT_DONT_RETURN() argument
/external/v8/src/arm64/
Ddecoder-arm64.h71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
112 #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.c20 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro