Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddecoder-aarch64.h137 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro
138 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
215 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
216 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
Dinstrument-aarch64.h89 #define DECLARE(A) void Visit##A(const Instruction* instr) VIXL_OVERRIDE; macro
Dcpu-features-auditor-aarch64.h104 #define DECLARE(A) \ macro
Ddisasm-aarch64.h49 #define DECLARE(A) \ macro
/external/v8/src/arm64/
Ddecoder-arm64.h93 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
136 #define DECLARE(A) void Visit##A(Instruction* instr); macro
Dinstrument-arm64.h61 #define DECLARE(A) void Visit##A(Instruction* instr); macro
Ddisasm-arm64.h26 #define DECLARE(A) void Visit##A(Instruction* instr); macro
Dsimulator-arm64.h786 #define DECLARE(A) void Visit##A(Instruction* instr); macro
787 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
/external/e2fsprogs/lib/ss/
Drequests.c20 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops.cc96 #define DECLARE(REDUCER, T) \ macro
/external/bcc/src/cc/frontends/b/
Dnode.h101 #define DECLARE(type) \ in EXPAND_NODES() macro
264 DECLARE(StringExprNode) in DECLARE() function
334 DECLARE(BlockStmtNode) in DECLARE() function
463 DECLARE(IntegerVariableDeclStmtNode) in DECLARE() function