Home
last modified time | relevance | path

Searched defs:Test2 (Results 1 – 25 of 67) sorted by relevance

123

/external/clang/test/Rewriter/
Dobjc-modern-linkage-spec.mm17 @interface Test2 @end interface
19 @implementation Test2 @end implementation
/external/clang/test/ARCMT/
Ddealloc.m17 @interface Test2 : A interface
21 @implementation Test2 implementation
/external/clang/test/CodeGenObjC/
Drelated-result-type.m30 @interface Test2 : NSString interface
34 @implementation Test2 implementation
Darc-property.m44 @interface Test2 { interface
52 @implementation Test2 implementation
Darc-foreach.m122 @interface Test2 interface
/external/clang/test/SemaCXX/
Dbitfield-layout.cpp13 struct Test2 { struct
16 CHECK_SIZE(Test2, 2); argument
Dambig-user-defined-conversions.cpp29 void Test2() { in Test2() function
51 void Test2() in Test2() function
/external/clang/test/CodeGenCXX/
Dconstructor-direct-call.cpp16 class Test2 { class
18 Test2() { a = 10; b = 10; } in Test2() function in Test2
Dempty-union.cpp7 union NonPODUnion Test2; variable
Drtti-visibility.cpp23 namespace Test2 { namespace
Dcxx11-vtable-key-function.cpp16 namespace Test2 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp58 struct Test2 : Base { struct
64 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0()
65 void test1() { Opaque<0> _ = foo(Opaque<1>()); } in test1()
66 void test2() { Opaque<1> _ = foo(Opaque<2>()); } in test2()
67 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3()
/external/clang/test/SemaObjC/
Darc-property.m51 @interface Test2 interface
55 @implementation Test2 implementation
Dmethod-conflict-2.m16 @interface Test2 {} interface
21 @implementation Test2 implementation
Dwarn-retain-cycle.m84 @interface Test2 { interface
89 @implementation Test2 implementation
Ddefault-synthesize-2.m29 @interface Test2 interface
35 @implementation Test2 implementation
Darc-unavailable-for-weakref.m41 NOWEAK<P, P1> * Test2() { function
Dforeach.m50 @interface Test2 interface
/external/clang/test/SemaObjCXX/
Dparameters.mm15 @interface Test2 interface
Darc-unavailable-for-weakref.mm41 NOWEAK<P, P1> * Test2() { function
/external/clang/test/CXX/class/
Dp2-0x.cpp9 namespace Test2 { namespace
/external/clang/test/Analysis/
Ddead-stores.cpp26 class Test2 { class
29 Test2(int &y) : x(y) {} in Test2() function in Test2
/external/icu4c/test/intltest/
Drndmcoll.cpp74 void RandomCollatorTest::Test2(){ in Test2() function in RandomCollatorTest
/external/clang/test/Index/
Dfile-refs.cpp32 namespace Test2 { namespace
/external/clang/test/Sema/
Dwarn-outof-range-assign-enum.c18 enum Test2 { K_zero, K_one }; enum

123