Home
last modified time | relevance | path

Searched refs:Test8 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-unnamed.cpp76 template <class T> struct Test8 { struct
78 Test8(type t) {} // tested later in Test8() argument
80 template <class T> void make_test8(T value) { Test8<T> t(value); } in make_test8()
Dunknown-anytype.cpp66 struct Test8 { struct
72 void Test8::test() { in test()
83 void test8(Test8 *p) { in test8()
Dskip-vtable-pointer-initialization.cpp164 namespace Test8 { namespace
Ddevirtualize-virtual-function-calls-final.cpp140 namespace Test8 { namespace
Dthunks.cpp220 namespace Test8 { namespace
Dvtable-layout.cpp370 namespace Test8 { namespace
Dvisibility.cpp240 namespace Test8 { namespace
/external/clang/test/ARCMT/
Dchecking.m195 @interface Test8 : Test8_super interface
225 - (Test8*) init40; // id exception to covariance
226 - (Test8*) init41; // expected-note {{declaration in interface}}
227 - (Test8*) init42;
228 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
229 - (Test8*) init44;
230 - (Test8*) init45;
239 @implementation Test8 implementation
268 - (Test8*) init04 { return 0; }
269 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…
[all …]
/external/clang/test/SemaObjC/
Darc.m152 @interface Test8 : Test8_super interface
184 - (Test8*) init40; // id exception to covariance
185 - (Test8*) init41; // expected-note {{declaration in interface}} \
187 - (Test8*) init42; // expected-note{{overridden method}}
188 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
189 - (Test8*) init44;
190 - (Test8*) init45; // expected-note{{overridden method}}
199 @implementation Test8 implementation
208 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
212 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
[all …]
Ddefault-synthesize-2.m119 @interface Test8 interface
128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
/external/clang/test/SemaCXX/
Dempty-class-layout.cpp160 namespace Test8 { namespace
/external/clang/test/CodeGenObjC/
Darc-blocks.m277 @interface Test8 @end interface
278 @implementation Test8 implementation
280 // CHECK: define internal void @"\01-[Test8 test]"
Darc-captured-32bit-block-var-layout.m356 void Test8() { function
Darc-captured-block-var-layout.m355 void Test8() { function