Home
last modified time | relevance | path

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

12345

/external/clang/test/CoverageMapping/
Dnestedclass.cpp10 struct Test2 { // CHECK-INNER: emitTest2 struct
24 Test::Test2 t2; in main()
Dclasstemplate.cpp30 class Test2 { class
32Test2() { } // CHECK-CONSTRUCTOR: File 0, [[@LINE]]:11 -> [[@LINE]]:14 =… in Test2() function in Test2
/external/clang/test/Index/
Dattributes.c3 struct __attribute__((packed)) Test2 { struct
11 // CHECK: attributes.c:3:32: StructDecl=Test2:3:32 (Definition) Extent=[3:1 - 5:2] argument
/external/clang/test/ARCMT/Inputs/
Dtest1.m.in8 @interface Test2 interface
12 @implementation Test2 implementation
/external/clang/test/Rewriter/
Dobjc-modern-linkage-spec.mm17 @interface Test2 @end interface
19 @implementation Test2 @end implementation
/external/clang/test/ARCMT/
Ddealloc.m16 @interface Test2 : A interface
20 @implementation Test2 implementation
/external/clang/test/CodeGenObjCXX/
Dmangle.mm63 @interface Test2 @end interface
64 @interface Test2 () interface in assign
67 @interface Test2 (a) interface in a
70 @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
/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/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/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.cpp21 namespace Test2 { namespace
Dcxx11-vtable-key-function.cpp16 namespace Test2 { namespace
Dmangle-valist.cpp8 class Test2 { class
/external/clang/test/SemaObjC/
Darc-property.m51 @interface Test2 interface
55 @implementation Test2 implementation
Ddefault-synthesize-2.m29 @interface Test2 interface
35 @implementation Test2 implementation
Dwarn-retain-cycle.m86 @interface Test2 { interface
91 @implementation Test2 implementation
/external/clang/test/SemaObjCXX/
Dparameters.mm15 @interface Test2 interface
Darc-unavailable-for-weakref.mm41 NOWEAK<P, P1> * Test2() { function
Dobjcbridge-related-attribute.mm22 CGColorRef Test2(NSColor *newColor, CGColorRef cgColor) { function
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp21 struct Test2 : Base { struct
/external/clang/test/FixIt/
Dfixit-objc-bridge-related-attr.m24 CGColorRef Test2(NSTextField *textField, CGColorRef newColor) { function

12345