Home
last modified time | relevance | path

Searched refs:DECLARE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64.h92 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
93 VISITOR_LIST(DECLARE)
94 #undef DECLARE macro
134 #define DECLARE(A) void Visit##A(Instruction* instr); macro
135 VISITOR_LIST(DECLARE)
136 #undef DECLARE macro
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.h24 #define DECLARE(A) void Visit##A(Instruction* instr); macro
25 VISITOR_LIST(DECLARE)
26 #undef DECLARE macro
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.h113 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
114 VISITOR_LIST(DECLARE)
115 #undef DECLARE macro
H A Ddisasm-aarch64.h125 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
126 VISITOR_LIST(DECLARE)
127 #undef DECLARE macro
H A Dsimulator-aarch64.h1416 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
1417 VISITOR_LIST_THAT_RETURN(DECLARE)
1418 #undef DECLARE macro
1419 #define DECLARE(A) \ macro
1421 VISITOR_LIST_THAT_DONT_RETURN(DECLARE)
1422 #undef DECLARE macro
/third_party/node/deps/v8/src/base/
H A Dexport-template.h62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export)
68 // EXPORT_TEMPLATE_INVOKE(DECLARE, DEFAULT, FOO_EXPORT)
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h907 #define DECLARE(A) void Visit##A(Instruction* instr); macro
908 VISITOR_LIST(DECLARE)
909 #undef DECLARE macro
/third_party/ltp/scripts/
H A Dcheckpatch.pl1019 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(|
2035 print "DECLARE($1)\n" if ($dbg_values > 1);
3910 $line =~ /^\+\s*DECLARE/ ||

Completed in 18 milliseconds