/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
H A D | C_two.h | 4 unsigned long *C2; variable
|
/external/clang/test/Modules/Inputs/submodule-visibility/ |
H A D | cycle2.h | 6 struct C2 {}; struct
|
/external/clang/test/SemaCXX/ |
H A D | visibility.cpp | 5 struct C2 struct in namespace:test1 10 return C2<int>::p;
|
H A D | PR12481.cpp | 4 class C2 { }; class 15 BinaryTrie<C2> c2_trie_;
|
H A D | ms-interface.cpp | 78 class C2 : I6<I> { class in inherits:I6
|
H A D | derived-to-base-ambig.cpp | 15 class C2 : virtual public A2 { }; class in inherits:A2 16 class D2 : public B2, public C2 { }; 17 class E2 : public D2, public C2, public virtual A2 { }; // expected-warning{{direct base 'C2' is inaccessible due to ambiguity:\n class E2 -> class D2 -> class C2\n class E2 -> class C2}}
|
H A D | alias-template.cpp | 76 class C2 { class in namespace:ClassNameRedecl
|
/external/testng/src/test/java/test/dependent/ |
H A D | C2.java | 7 public class C2 { class
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-618.js | 44 function C2() { class 47 var c2 = new C2(); 53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } }; 54 var c2 = new C2();
|
/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; struct 7 struct C3 : C0, C1, C2 {} a; 9 // Check to see that both C1 and C2 get laid out before C0 does. 10 // CHECK: %struct.C3 = type { %struct.C1, %struct.C2, %struct.C0 }
|
H A D | vtable-layout-extreme.cpp | 15 class C2 class in namespace:Test1 24 , public C2 32 : public C2 41 , public C2 61 , virtual public C2 72 , public C2 89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address -- 97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address -- 105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address -- 117 // CHECK-NEXT: -- (Test1::C2, 8 [all...] |
H A D | vtt-layout.cpp | 34 class C2 : public virtual V3, virtual V2 { int i; }; class in namespace:Test3 37 class D : public C1, public C2, public C3 { int i; }; 53 class C2 : public virtual V3, virtual V2 { int i; }; class in namespace:Test4 56 class D : public C1, public C2, public C3 { int i; };
|
/external/clang/test/SemaTemplate/ |
H A D | class-template-id-2.cpp | 14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}} class in inherits:N::A
|
/external/v8/test/mjsunit/ |
H A D | setter-on-constructor-prototype.js | 46 function C2() { class 49 C2.prototype = { }; 50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } }; 52 %ToFastProperties(C2.prototype.__proto__) 56 var c2 = new C2();
|
/external/clang/test/Parser/ |
H A D | cxx-concept-declaration.cpp | 8 template<typename T> concept bool C2() { return true; } function
|
/external/libcxxabi/test/ |
H A D | catch_class_03.pass.cpp | 43 struct C2 struct in inherits:B 48 explicit C2(int id) : B(id-2), id_(id) {count++;} function in struct:C2 49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} function in struct:C2 50 ~C2() {count--;} 53 int C2::count = 0; 56 : C1, C2 60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;} 61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;} 71 assert(C2 [all...] |
H A D | catch_class_04.pass.cpp | 43 struct C2 struct in inherits:B 48 explicit C2(int id) : B(id-2), id_(id) {count++;} function in struct:C2 49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} function in struct:C2 50 ~C2() {count--;} 53 int C2::count = 0; 56 : C1, C2 60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;} 61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;} 71 assert(C2 [all...] |
H A D | catch_ptr.pass.cpp | 43 struct C2 struct in inherits:B 48 explicit C2(int id) : B(id-2), id_(id) {count++;} function in struct:C2 49 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} function in struct:C2 50 ~C2() {count--;} 53 int C2::count = 0; 56 : C1, C2 60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;} 61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;} 86 assert(static_cast<const C2*>( [all...] |
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
H A D | p3.cpp | 45 struct C2 : B { }; struct in namespace:test1 53 C2::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
|
/external/fdlibm/ |
H A D | k_cos.c | 30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2 34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then 58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable 78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/external/compiler-rt/test/cfi/ |
H A D | simple-pass.cpp | 46 struct C2 : C { struct in namespace:__anon3213 51 void C2::f() {} 52 void C2::g() {} 99 c = new C2;
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | Hashing.java | 36 private static final int C2 = 0x1b873593; field in class:Hashing 47 return C2 * Integer.rotateLeft(hashCode * C1, 15);
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
H A D | p1.cpp | 6 template<typename T> concept bool C2 = true; member in namespace:A
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p2-0x.cpp | 91 class C2 { class in namespace:ClassNameRedecl
|
/external/clang/test/Layout/ |
H A D | ms-x86-empty-nonvirtual-bases.cpp | 16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %p\n", this);} }; function in struct:C2 71 C2 c2; 87 // CHECK: 16 | struct C2 c2 94 struct E : B0, C0, C1, C2, B1 { 106 // CHECK-NEXT: 8 | struct C2 (base)
|