Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Ddecoder-arm64.h92 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro
134 #define DECLARE(A) void Visit##A(Instruction* instr); macro
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.h24 #define DECLARE(A) void Visit##A(Instruction* instr); macro
/third_party/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.h112 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
Ddisasm-aarch64.h125 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_upper.proto17 message DECLARE {} message
Dtest_reserved_enum_value_upper.proto18 DECLARE = 12; enumerator
Dtest_reserved_enum_upper.proto17 enum DECLARE { ZERO13 = 0; } enum
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h907 #define DECLARE(A) void Visit##A(Instruction* instr); macro
908 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument