/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() function 58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() argument 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() 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() function 58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 59 ~C2() {count--;} in ~C2() 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/clang/test/CodeGenCXX/ |
D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; in C2M() struct
|
/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
|
D | vtable-instantiation.cpp | 10 template<class T2> struct C2 { struct 11 void c2() { in c2()
|
/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/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/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/clang/test/CodeGenObjC/ |
D | property-list-in-class.m | 18 @interface C2 : C1 <P, P2> { interface 28 @implementation C2 implementation
|
/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/musl/src/math/ |
D | __cosl.c | 49 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable 71 C2 = -0.001388888888888888888888888888863490893732L, variable
|
/external/python/pybind11/tests/ |
D | test_operator_overloading.cpp | 58 class C2 { }; class 61 int operator+(const C2 &, const C2 &) { return 22; } in operator +() 62 int operator+(const C2 &, const C1 &) { return 21; } in operator +() 63 int operator+(const C1 &, const C2 &) { return 12; } in operator +()
|
/external/clang/test/Layout/ |
D | ms-x86-empty-nonvirtual-bases.cpp | 16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %p\n", this);} }; in C2() argument
|
/external/libabigail/doc/vizualization/graph/sources/ |
D | sa-C.cc | 14 struct C2 : virtual public base struct 38 C2 obj2; in main() argument
|
/external/libabigail/doc/vizualization/layout/sources/ |
D | sa-C.cc | 14 struct C2 : virtual public base struct 38 C2 obj2; in main() argument
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | C_two.h | 4 unsigned long *C2; variable
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 83 QueueChannel C2(Q2, Q1); in TEST_F() local 112 QueueChannel C2(Q2, Q1); in TEST_F() local 142 QueueChannel C2(Q2, Q1); in TEST_F() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
D | ShadowMapTest.java | 24 private static final String C2 = C2.class.getName(); field in ShadowMapTest 111 static class C2 {} class in ShadowMapTest
|
/external/arm-optimized-routines/math/ |
D | v_exp.c | 18 #define C2 v_f64 (0x1.55555c75adbb2p-3) macro 28 #define C2 v_f64 (0x1.5555571d6b68cp-3) macro
|
/external/clang/test/Modules/Inputs/submodule-visibility/ |
D | cycle2.h | 6 struct C2 {}; struct
|
/external/libhevc/encoder/ |
D | ihevce_frame_process_utils.h | 45 #define C2 119854 /* This value is twice of (0.03*255)^2 in Q11*/ macro
|