| /external/libcxxabi/test/ |
| D | catch_class_03.pass.cpp | 52 struct C2 struct 57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 59 ~C2() {count--;} in ~C2() argument
|
| D | catch_ptr.pass.cpp | 52 struct C2 struct 57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 59 ~C2() {count--;} in ~C2() argument
|
| D | catch_class_04.pass.cpp | 52 struct C2 struct 57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() argument 59 ~C2() {count--;} in ~C2() argument
|
| /external/llvm-project/libcxxabi/test/ |
| D | catch_class_03.pass.cpp | 57 struct C2 struct 62 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 63 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() argument 64 ~C2() {count--;} in ~C2() argument
|
| D | catch_ptr.pass.cpp | 57 struct C2 struct 62 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 63 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() argument 64 ~C2() {count--;} in ~C2() argument
|
| D | catch_class_04.pass.cpp | 57 struct C2 struct 62 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() function 63 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 64 ~C2() {count--;} in ~C2() argument
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | google-explicit-constructor.cpp | 106 struct C2 { struct 107 C2(initializer_list<int> list1) {} in C2() function 108 C2(const initializer_list<unsigned> &list2) {} in C2() argument 109 C2(initializer_list<unsigned> &&list3) {} in C2() function 111 explicit C2(initializer_list<double> list4) {} in C2() argument
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; in C2M() argument
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; in C2M() argument
|
| /external/libcxx/test/libcxx/debug/containers/ |
| D | db_sequence_container_iterators.pass.cpp | 97 Container C2; in SpliceFirstElem() local 102 Container C2; in SpliceFirstElem() local 113 Container C2; in SpliceFirstElemAfter() local 118 Container C2; in SpliceFirstElemAfter() local 229 Container C2 = C1; in InsertIterValue() local 254 Container C2 = C1; in EmplaceIterValue() local 274 Container C2 = C1; in InsertIterSizeValue() local 293 Container C2 = C1; in InsertIterIterIter() local
|
| /external/llvm-project/libcxx/test/libcxx/debug/containers/ |
| D | db_sequence_container_iterators.pass.cpp | 100 Container C2; in SpliceFirstElem() local 105 Container C2; in SpliceFirstElem() local 121 Container C2; in SpliceFirstElemAfter() local 126 Container C2; in SpliceFirstElemAfter() local 237 Container C2 = C1; in InsertIterValue() local 262 Container C2 = C1; in EmplaceIterValue() local 282 Container C2 = C1; in InsertIterSizeValue() local 301 Container C2 = C1; in InsertIterIterIter() local
|
| /external/clang/test/SemaCXX/ |
| D | visibility.cpp | 5 struct C2 struct 7 static int p __attribute__((visibility("hidden")));
|
| D | member-name-lookup.cpp | 77 struct C2 : virtual A { struct 84 struct D2 : B2, C2 { argument
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | visibility.cpp | 5 struct C2 struct 7 static int p __attribute__((visibility("hidden")));
|
| D | member-name-lookup.cpp | 77 struct C2 : virtual A { struct 81 …enum E3 { enumerator3_2 }; // expected-note 2{{member type 'C2::E3' found by ambiguous name lookup… argument
|
| /external/rust/crates/libm/src/math/ |
| D | k_cosf.rs | 20 const C2: f64 = -0.00138867637746099294692; /* -0x16c087e80f1e27.0p-62 */ constant
|
| D | k_cos.rs | 13 const C2: f64 = -1.38888888888741095749e-03; /* 0xBF56C16C, 0x16C15177 */ constant
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | property-list-in-class.m | 18 @interface C2 : C1 <P, P2> { interface 28 @implementation C2 implementation
|
| /external/clang/test/CodeGenObjC/ |
| D | property-list-in-class.m | 18 @interface C2 : C1 <P, P2> { interface 28 @implementation C2 implementation
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantsContext.h | 64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 85 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 106 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 149 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
| /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/SemaTemplate/ |
| D | undefined-template.cpp | 12 template<typename T1> struct C2 { struct 13 static char s_var_2; // expected-note{{forward declaration of template entity is here}} 16 …ass T2> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
|
| /external/llvm-project/clang/test/SemaTemplate/ |
| D | undefined-template.cpp | 13 template<typename T1> struct C2 { struct 14 static char s_var_2; // expected-note{{forward declaration of template entity is here}} 17 …ass T2> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
|
| /external/llvm-project/llvm/lib/IR/ |
| D | ConstantsContext.h | 73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 101 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 129 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 157 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 186 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr()
|
| /external/llvm-project/clang/test/CXX/temp/temp.param/ |
| D | p8-cxx20.cpp | 25 template<A2 a2> struct C2 { struct 28 static_assert((void*)&C<A{}>::v != (void*)&C2<A2{}>::v); argument
|