/external/libcxxabi/test/ |
D | catch_class_03.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() function 47 ~C1() {count--;} in ~C1() argument
|
D | catch_ptr.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() function 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() function 47 ~C1() {count--;} in ~C1() argument
|
D | catch_class_04.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() function 47 ~C1() {count--;} in ~C1() argument
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | mixing-global-constructors.cc | 25 struct C1 { struct 26 C1() { in C1() function
|
/external/clang/test/SemaTemplate/ |
D | undefined-template.cpp | 3 template <class T> struct C1 { struct 21 extern template char C1<int>::s_var_2; argument
|
D | dependent-class-member-operator.cpp | 4 template<class T> struct C1 { void operator()(T); }; struct
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_sequence_container_iterators.pass.cpp | 120 Container C1 = makeContainer(3); in EraseIterIter() local 142 Container C1 = makeContainer(2); in PopBack() local 154 Container C1 = makeContainer(2); in PopFront() local 165 Container C1 = makeContainer(2); in InsertIterValue() local 190 Container C1 = makeContainer(2); in EmplaceIterValue() local 210 Container C1 = makeContainer(2); in InsertIterSizeValue() local 229 Container C1 = makeContainer(2); in InsertIterIterIter() local
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-non-virtual-base-ordering.cpp | 5 struct C1 { int a; virtual void C1M() {} }; in C1M() argument
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 55 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 75 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 95 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
D | Constants.cpp | 1441 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get() 1562 Constant *C1, Constant *C2) { in getCompare() 1780 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() 1787 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd() 1791 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() 1798 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() 1802 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() 1809 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() 1813 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 1818 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 178 struct C1 { struct 180 friend C1 operator+(C1, void(&)()); argument 184 @property C1 c1; argument
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 58 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 100 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
/external/clang/test/CodeGenObjC/ |
D | property-list-in-class.m | 16 @interface C1 { id isa; } @end interface 24 @implementation C1 implementation
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 7 class C1 {}; class 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument
|
D | vtable-instantiation.cpp | 4 template<class T1> struct C1 { struct 5 virtual void c1() { in c1()
|
D | nested-name-spec.cpp | 317 struct C1 { struct 318 int a, b, c; 319 typedef int C2; 320 struct B1 { 393 typedef unsigned C1; typedef
|
/external/webp/src/dsp/ |
D | rescaler_neon.c | 50 const uint64x2_t C1 = vmull_n_u32(vget_high_u32(A0), A); in Interpolate() local 79 const uint16x4_t C1 = vmovn_u32(B1); in RescalerExportRowExpand() local 95 const uint32x4_t C1 = in RescalerExportRowExpand() local 139 const uint32x4_t C1 = MULT_FIX(B1, fxy_scale_half); in RescalerExportRowShrink() local
|
/external/clang/test/Layout/ |
D | ms-x86-empty-nonvirtual-bases.cpp | 15 struct C1 { int a; C1() : a(0xf00000C1) {printf("C1 : %p\n", this);} }; in C1() argument
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 466 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 493 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 528 static const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 583 static const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 610 static const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 645 static const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 80 static bool MultiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in MultiplyOverflows() 92 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in IsMultiple() 199 Constant *C1, *C2; in visitMul() local 253 ConstantInt *C1; in visitMul() local 282 Constant *C1; in visitMul() local 474 Constant *C1 = dyn_cast<Constant>(I->getOperand(1)); in isFMulOrFDivWithConstant() local 497 Constant *C1 = dyn_cast<Constant>(Opnd1); in foldFMulConst() local 590 Constant *C1 = dyn_cast<Constant>(Opnd1); in visitFMul() local 821 const APInt *C1; in commonIDivTransforms() local 1072 const APInt *C1, *C2; in visitUDiv() local [all …]
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 82 QueueChannel C1(Q1, Q2); in TEST_F() local 111 QueueChannel C1(Q1, Q2); in TEST_F() local 141 QueueChannel C1(Q1, Q2); in TEST_F() local
|
/external/clang/test/Modules/ |
D | misplaced-3.cpp | 4 class C1 { // expected-note{{'C1' begins here}} class
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | C_one.h | 4 long *C1; variable
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
D | p2-0x.cpp | 88 class C1 { class 89 using C1 = C1; // expected-error {{member 'C1' has the same name as its class}} typedef in ClassNameRedecl::C1 145 class C1 { class
|
/external/clang/test/Modules/Inputs/submodule-visibility/ |
D | cycle1.h | 6 struct C1 {}; struct
|