Home
last modified time | relevance | path

Searched refs:DECLARE (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm64/
Ddecoder-arm64.h71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
72 VISITOR_LIST(DECLARE)
73 #undef DECLARE
112 #define DECLARE(A) void Visit##A(Instruction* instr); macro
113 VISITOR_LIST(DECLARE)
114 #undef DECLARE
Dinstrument-arm64.h60 #define DECLARE(A) void Visit##A(Instruction* instr); macro
61 VISITOR_LIST(DECLARE)
62 #undef DECLARE
Ddisasm-arm64.h25 #define DECLARE(A) void Visit##A(Instruction* instr); macro
26 VISITOR_LIST(DECLARE)
27 #undef DECLARE
Dsimulator-arm64.h321 #define DECLARE(A) void Visit##A(Instruction* instr);
322 VISITOR_LIST(DECLARE)
323 #undef DECLARE
/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
133 #undef DECLARE in VISITOR_LIST()
201 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
202 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
203 #undef DECLARE in VISITOR_LIST()
Dinstrument-a64.h84 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
85 VISITOR_LIST(DECLARE)
86 #undef DECLARE
Ddisasm-a64.h46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
47 VISITOR_LIST(DECLARE)
48 #undef DECLARE
Dsimulator-a64.h720 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
721 VISITOR_LIST_THAT_RETURN(DECLARE)
722 #undef DECLARE
724 #define DECLARE(A) \ macro
726 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) in VISITOR_LIST_THAT_DONT_RETURN() argument
727 #undef DECLARE in VISITOR_LIST_THAT_DONT_RETURN()
/external/e2fsprogs/lib/ss/
Drequests.c19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
/external/v8/test/cctest/
Dtest-decls.cc302 DECLARE, enumerator
307 AppearingPropertyContext() : state_(DECLARE) { } in AppearingPropertyContext()
312 case DECLARE: in Query()