Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddecoder-aarch64.h295 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro
296 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
322 #define DECLARE(A) \ macro
392 #define DECLARE(A) void Visit##A(const Instruction* instr); macro
393 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument
Dcpu-features-auditor-aarch64.h104 #define DECLARE(A) \ macro
Ddisasm-aarch64.h51 #define DECLARE(A) \ macro
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-declaration-ignore-macros.cpp12 #define DECLARE(x) extern int x macro
Dreadability-redundant-declaration.cpp74 #define DECLARE(x) extern int x macro
/external/e2fsprogs/lib/ss/
Drequests.c20 #define DECLARE(name) void name(int argc,const char * const *argv, \ 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
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops.cc94 #define DECLARE(REDUCER, T) \ macro
/external/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto18 DECLARE = 12; enumerator
Dtest_reserved_message_upper.proto17 message DECLARE {} message
Dtest_reserved_enum_upper.proto17 enum DECLARE { ZERO13 = 0; } enum