/external/bcc/src/cc/frontends/b/ |
D | node.h | 101 #define DECLARE(type) \ in EXPAND_NODES() macro 166 DECLARE(IdentExprNode) 224 DECLARE(BitopExprNode) 237 DECLARE(AssignExprNode) 256 DECLARE(PacketExprNode) 264 DECLARE(StringExprNode) in DECLARE() function 275 DECLARE(IntegerExprNode) 294 DECLARE(BinopExprNode) 306 DECLARE(UnopExprNode) 315 DECLARE(GotoExprNode) [all …]
|
/external/vixl/src/aarch64/ |
D | cpu-features-auditor-aarch64.h | 104 #define DECLARE(A) \ macro 106 VISITOR_LIST(DECLARE) 107 #undef DECLARE
|
D | decoder-aarch64.h | 295 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro 296 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument 297 #undef DECLARE in VISITOR_LIST() 322 #define DECLARE(A) \ macro 324 VISITOR_LIST(DECLARE) 325 #undef DECLARE 392 #define DECLARE(A) void Visit##A(const Instruction* instr); macro 393 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument 394 #undef DECLARE in VISITOR_LIST()
|
D | disasm-aarch64.h | 51 #define DECLARE(A) \ macro 53 VISITOR_LIST(DECLARE) 54 #undef DECLARE
|
D | simulator-aarch64.h | 1168 #define DECLARE(A) \ 1170 VISITOR_LIST_THAT_RETURN(DECLARE) 1171 #undef DECLARE 1174 #define DECLARE(A) \ 1176 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) 1177 #undef DECLARE
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-redundant-declaration-ignore-macros.cpp | 12 #define DECLARE(x) extern int x macro 14 DECLARE(test);
|
D | readability-redundant-declaration.cpp | 74 #define DECLARE(x) extern int x macro 76 DECLARE(test);
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | simplify-dbg-declare-load.ll | 2 …UN: opt -instcombine -instcombine-lower-dbg-declare=0 -S < %s | FileCheck %s --check-prefix=DECLARE 34 ; DECLARE-LABEL: define void @julia_fastshortest_6256() 35 ; DECLARE: %cp = alloca %foo, align 8 36 ; DECLARE: call void @llvm.dbg.declare(metadata %foo* %cp,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scan_ops.cc | 94 #define DECLARE(REDUCER, T) \ macro 103 DECLARE(Eigen::internal::SumReducer<T>, T); \ 104 DECLARE(Eigen::internal::ProdReducer<T>, T); 111 #define DECLARE_FOR_LOGSUMEXP_REDUCER(T) DECLARE(LogSumExpReducer<T>, T); 115 #undef DECLARE
|
/external/e2fsprogs/lib/ss/ |
D | requests.c | 20 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
|
/external/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 18 DECLARE = 12; enumerator
|
D | test_reserved_message_upper.proto | 17 message DECLARE {} message
|
D | test_reserved_enum_upper.proto | 17 enum DECLARE { ZERO13 = 0; } enum
|
/external/webrtc/rtc_base/system/ |
D | rtc_export_template.h | 87 DECLARE, \
|
/external/libchrome/base/ |
D | export_template.h | 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export)
|
/external/llvm-project/flang/docs/ |
D | OpenMP-4.5-grammar.md | 73 2.8.2 declare-simd -> DECLARE SIMD [(proc-name)] [declare-simd-clause[ [,] declare-simd-clause]...] 171 2.10.6 declare-target -> DECLARE TARGET (extended-list) | 172 DECLARE TARGET [declare-target-clause[ [,] declare-target-clause]...] 364 2.16 declare-reduction -> DECLARE REDUCTION (reduction-identifier : type-list : combiner) [initiali…
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_initfile.dict | 118 DECLARE="DECLARE"
|
D | fuzz_docommand.dict | 118 DECLARE="DECLARE"
|
/external/gflags/src/ |
D | gflags.h.in | 421 // namespace, and DECLARE imports the flag from there into the current 422 // namespace. The net result is to force people to use DECLARE to get 425 // functionality (like sanity-checking) in DECLARE if we want, and 527 // the physical transitive size for DECLARE use.
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2262 …RENT_TIME|CURRENT_TIMESTAMP|CURRENT_USER|CURSOR|DATABASE|DBCC|DEALLOCATE|DECLARE|DEFAULT|DELETE|DE…
|