/external/llvm-project/clang/test/Modules/Inputs/lsv-debuginfo/C/ |
D | C.h | 7 struct Q { struct 10 SmallVector<Q, 4> q; argument
|
/external/llvm-project/clang-tools-extra/unittests/clang-query/ |
D | QueryParserTest.cpp | 27 QueryRef Q = parse(""); in TEST_F() local 35 QueryRef Q = parse("foo"); in TEST_F() local 41 QueryRef Q = parse("help"); in TEST_F() local 50 QueryRef Q = parse("quit"); in TEST_F() local 62 QueryRef Q = parse("set"); in TEST_F() local 128 QueryRef Q = parse("match decl()"); in TEST_F() local 138 QueryRef Q = parse("let foo decl()"); in TEST_F() local 176 QueryRef Q = parse("# let foo decl()"); in TEST_F() local 262 QueryRef Q = parse(R"matcher( in TEST_F() local
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-direct-large.cc | 25 #define F0(Q, x) Q(x) argument 26 #define F1(Q, x) \ argument 29 #define F2(Q, x) \ argument 32 #define F3(Q, x) \ argument 35 #define F4(Q, x) \ argument
|
/external/llvm-project/clang/test/Modules/Inputs/cxx20/ |
D | unimported.h | 2 struct Q { int p, q; }; argument
|
/external/clang/test/Analysis/ |
D | designated-initializer.c | 4 struct Q { int a, b, c; }; argument
|
/external/llvm-project/clang/test/Analysis/ |
D | designated-initializer.c | 4 struct Q { int a, b, c; }; argument
|
/external/llvm-project/clang/test/AST/ |
D | objc-default-ctor-init.mm | 11 struct Q { Q(); }; argument
|
/external/clang/test/Parser/ |
D | objc-default-ctor-init.mm | 11 struct Q { Q(); }; argument
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 147 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 164 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 173 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 183 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 236 const SimplifyQuery &Q, unsigned MaxRecurse) { in expandBinOp() 271 const SimplifyQuery &Q, in expandCommutativeBinOp() 288 const SimplifyQuery &Q, in SimplifyAssociativeBinOp() 387 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverSelect() 465 Value *RHS, const SimplifyQuery &Q, in ThreadCmpOverSelect() 511 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverPHI() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 147 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 164 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 173 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 183 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 238 const SimplifyQuery &Q, unsigned MaxRecurse) { in ExpandBinOp() 296 const SimplifyQuery &Q, in SimplifyAssociativeBinOp() 395 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverSelect() 473 Value *RHS, const SimplifyQuery &Q, in ThreadCmpOverSelect() 519 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverPHI() 562 const SimplifyQuery &Q, unsigned MaxRecurse) { in ThreadCmpOverPHI() [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-private-ivars.mm | 5 struct Q { struct 6 int x; 9 @interface I interface
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-modern-private-ivars.mm | 5 struct Q { struct 6 int x; 9 @interface I interface
|
/external/clang/test/CodeGenCXX/ |
D | nested-base-member-access.cpp | 12 struct Q { struct 13 Q(int i){ iQ = i; } in Q() argument 14 int iQ; argument 15 void QPR() { printf("iQ = %d\n", iQ); } in QPR() argument
|
D | copy-assign-synthesis.cpp | 43 struct Q { struct 44 Q() : Q1(30), Q2(31) {} in Q() function 45 int Q1; argument 46 int Q2; argument 65 Q q1, q2; argument
|
D | copy-assign-synthesis-1.cpp | 58 struct Q : B { struct 59 Q() : Q1(30), Q2(31) {} in Q() argument 60 int Q1; argument 61 int Q2; argument 80 Q q1, q2; argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | nested-base-member-access.cpp | 12 struct Q { struct 13 Q(int i){ iQ = i; } in Q() argument 14 int iQ; argument 15 void QPR() { printf("iQ = %d\n", iQ); } in QPR() argument
|
D | copy-assign-synthesis.cpp | 43 struct Q { struct 44 Q() : Q1(30), Q2(31) {} in Q() function 45 int Q1; argument 46 int Q2; argument 65 Q q1, q2; argument
|
D | cxx1z-eval-order.cpp | 127 struct Q { Q(A) {} }; in alloc_before_init() argument
|
D | copy-assign-synthesis-1.cpp | 58 struct Q : B { struct 59 Q() : Q1(30), Q2(31) {} in Q() argument 60 int Q1; argument 61 int Q2; argument 80 Q q1, q2; argument
|
/external/llvm-project/clang/test/PCH/ |
D | cxx1z-decomposition.cpp | 19 struct Q { int a, b; }; argument
|
/external/llvm-project/clang/test/CodeGenCUDA/ |
D | constexpr-variables.cu | 18 struct Q { struct 26 constexpr int Q::k2; argument
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op_benchmark_test.cc | 51 #define BM_CombinedNonMaxSuppressionDev(DEVICE, B, BN, CN, Q) \ argument 61 #define BM_Batch(BN, CN, Q) \ argument 67 #define BN_Boxes_Number(CN, Q) \ argument
|
/external/arm-neon-tests/ |
D | ref_vreinterpret.c | 41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
|
/external/llvm-project/clang/test/Layout/ |
D | aix-Wpacked-no-diagnostics.cpp | 11 struct [[gnu::packed]] Q { struct 15 struct QQ : Q { char x; }; argument
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 279 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() 303 int Q = cpi->oxcf.key_q; in calc_iframe_target_size() local 324 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) ? cpi->avg_frame_qindex in calc_iframe_target_size() local 386 int Q = in calc_gf_params() local 891 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size() local 1032 int Q = cpi->common.base_qindex; in vp8_update_rate_correction_factors() local 1141 int Q = cpi->active_worst_quality; in vp8_regulate_q() local 1470 int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) { in vp8_drop_encodedframe_overshoot()
|