Searched defs:Test3 (Results 1 - 25 of 41) sorted by path

12

/external/chromium-trace/catapult/telemetry/examples/browser_tests/
H A Dsimple_sharding_test.py19 def Test3(self): member in class:SimpleShardingTest
/external/clang/test/CXX/basic/basic.link/
H A Dp7.cpp39 namespace Test3 { namespace
/external/clang/test/CXX/class.derived/class.virtual/
H A Dp3-0x.cpp34 namespace Test3 { namespace
46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' requested here}}
/external/clang/test/CXX/class/
H A Dp2-0x.cpp19 namespace Test3 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp29 class Test3 {}; // expected-note {{previous definition}} class in namespace:__anon1844
32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class in namespace:__anon1845
/external/clang/test/CodeGen/
H A D2002-02-17-ArgumentAddress.c22 int Test3(struct Test A, struct Test B) { function
H A Dtemporary-lifetime.cpp86 void Test3() { function
87 // CHECK-DTOR-LABEL: Test3
/external/clang/test/CodeGenCXX/
H A Dbitfield-layout.cpp15 // CHECK-LP64: %union.Test3 = type { i16 }
16 union Test3 { union
H A Dclass-layout.cpp15 namespace Test3 { namespace
17 // CHECK: %"struct.Test3::A" = type <{ i32 (...)**, i32, [4 x i8] }>
H A Dconst-init-cxx11.cpp94 struct Test3 : C, PackedD { constexpr Test3() {} }; function in struct:BaseClass::Test3
96 extern constexpr Test3 t3 = Test3();
H A Dconstructor-direct-call.cpp38 class Test3 { class
40 Test3() { a = 10; b = 15; c = 20; } function in class:Test3
41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } function in class:Test3
48 // CHECK: call x86_thiscallcc void @_ZN5Test3C1Ev(%class.Test3* %var)
49 Test3 var;
51 // CHECK-NEXT: call x86_thiscallcc void @_ZN5Test3C1Ev(%class.Test3* %var2)
52 Test3 var2;
54 // CHECK-NEXT: call x86_thiscallcc void @_ZN5Test3C1Ev(%class.Test3* %var)
55 var.Test3
[all...]
H A Dcxx11-vtable-key-function.cpp28 namespace Test3 { namespace
H A Ddevirtualize-virtual-function-calls-final.cpp27 namespace Test3 { namespace
H A Dmicrosoft-abi-member-pointers.cpp605 namespace Test3 { namespace
615 // CHECK-LABEL: define i32* @"\01?load_data@Test3@@YAPAHPAUA@1@PQ21@H@Z"{{.*}} {
616 // CHECK: %[[a:.*]] = load %"struct.Test3::A"*, %"struct.Test3::A"** %{{.*}}, align 4
618 // CHECK: %[[a_i8:.*]] = bitcast %"struct.Test3::A"* %[[a]] to i8*
H A Dmicrosoft-abi-vbtables.cpp51 namespace Test3 { namespace
57 // CHECK-DAG: @"\01??_8C@Test3@@7B@" = {{.*}} [3 x i32] [i32 0, i32 8, i32 12]
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp106 namespace Test3 { namespace
109 // MANGLING-DAG: @"\01??_7X@Test3@@6B@"
114 // CHECK-LABEL: VFTable for 'A' in 'Test3::X' in 'Test3::Y' (2 entries).
118 // CHECK-NOT: VFTable indices for 'Test3::Y'
120 // MANGLING-DAG: @"\01??_7Y@Test3@@6B@"
H A Dskip-vtable-pointer-initialization.cpp37 namespace Test3 { namespace
H A Dthunks-available-externally.cpp64 namespace Test3 { namespace
H A Dthunks.cpp49 namespace Test3 { namespace
H A Dvalue-init.cpp100 struct Test3 : public Test { }; struct in namespace:PR9801
126 Test3 empty3[3] = {};
H A Dvisibility.cpp174 namespace Test3 { namespace
H A Dvtable-available-externally.cpp63 namespace Test3 { namespace
H A Dvtable-layout-abi-examples.cpp201 namespace Test3 { namespace
215 // CHECK-7: Vtable for 'Test3::C' (14 entries).
219 // CHECK-7-NEXT: 3 | Test3::C RTTI
220 // CHECK-7-NEXT: -- (Test3::C, 0) vtable address --
221 // CHECK-7-NEXT: 4 | void Test3::C::f()
224 // CHECK-7-NEXT: 7 | Test3::C RTTI
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
226 // CHECK-7-NEXT: 8 | void Test3::C::f()
231 // CHECK-7-NEXT: 12 | Test3::C RTTI
232 // CHECK-7-NEXT: -- (Test3
[all...]
H A Dvtable-layout.cpp134 namespace Test3 { namespace
140 // CHECK-4: Vtable for 'Test3::A' (3 entries).
142 // CHECK-4-NEXT: 1 | Test3::A RTTI
143 // CHECK-4-NEXT: -- (Test3::A, 0) vtable address --
144 // CHECK-4-NEXT: 2 | void Test3::A::f()
146 // CHECK-4: VTable indices for 'Test3::A' (1 entries).
147 // CHECK-4-NEXT: 0 | void Test3::A::f()
153 // CHECK-5: Vtable for 'Test3::B' (4 entries).
155 // CHECK-5-NEXT: 1 | Test3::B RTTI
156 // CHECK-5-NEXT: -- (Test3
[all...]
H A Dvtt-layout.cpp25 namespace Test3 { namespace

Completed in 349 milliseconds

12