Searched defs:Test1 (Results 51 - 57 of 57) sorted by relevance

123

/external/clang/test/CXX/class.access/
H A Dp4.cpp207 class Test1 { A a; }; // expected-error {{private member}} class in namespace:test5
209 Test1 a;
210 a = Test1(); // expected-note{{implicit copy}}
227 class Test1 { A a; }; // expected-error {{field of type 'test6::A' has private copy constructor}} class in namespace:test6
228 void test1(const Test1 &t) {
229 Test1 a = t; // expected-note{{implicit copy}}
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp59 namespace Test1 { namespace
60 // CHECK-1: Vtable for 'Test1::A' (3 entries).
62 // CHECK-1-NEXT: 1 | Test1::A RTTI
63 // CHECK-1-NEXT: -- (Test1::A, 0) vtable address --
64 // CHECK-1-NEXT: 2 | void Test1::A::f()
66 // CHECK-1: VTable indices for 'Test1::A' (1 entries).
67 // CHECK-1-NEXT: 0 | void Test1::A::f()
H A Dvisibility.cpp150 namespace Test1 { namespace
/external/clang/test/Index/
H A Dprint-type-size.cpp268 namespace Test1 { namespace
277 // CHECK64: StructDecl=G:[[@LINE+2]]:8 (Definition) [type=Test1::G] [typekind=Record] [sizeof=24] [alignof=8]
278 // CHECK32: StructDecl=G:[[@LINE+1]]:8 (Definition) [type=Test1::G] [typekind=Record] [sizeof=16] [alignof=4]
/external/lldb/test/unittest2/test/
H A Dtest_loader.py868 class Test1(unittest2.TestCase): class in function:Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod
872 testcase_1 = Test1('test')
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp262 namespace Test1 { namespace
281 template void h<unsigned[10]>(unsigned); // expected-note {{in instantiation of function template specialization 'Test1::h<unsigned int [10]>' requested here}}
H A Dwarn-thread-safety-analysis.cpp983 void Test1() { function in class:thread_annot_lock_49::Bar
993 bar.Test1();

Completed in 3089 milliseconds

123