Home
last modified time | relevance | path

Searched refs:Test8 (Results 1 – 25 of 25) 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.cpp78 struct Test8 { struct
84 void Test8::test() { in test()
95 void test8(Test8 *p) { in test8()
Dclass-layout.cpp96 namespace Test8 { namespace
Dskip-vtable-pointer-initialization.cpp164 namespace Test8 { namespace
Ddevirtualize-virtual-function-calls-final.cpp140 namespace Test8 { namespace
Dthunks.cpp220 namespace Test8 { namespace
Dmicrosoft-abi-vtables-virtual-inheritance.cpp224 namespace Test8 { namespace
Dmicrosoft-abi-vbtables.cpp128 namespace Test8 { namespace
Dvtable-layout.cpp425 namespace Test8 { namespace
Dvisibility.cpp244 namespace Test8 { namespace
/external/clang/test/ARCMT/
Dchecking.m194 @interface Test8 : Test8_super interface
224 - (Test8*) init40; // id exception to covariance
225 - (Test8*) init41; // expected-note {{declaration in interface}}
226 - (Test8*) init42;
227 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
228 - (Test8*) init44;
229 - (Test8*) init45;
238 @implementation Test8 implementation
267 - (Test8*) init04 { return 0; }
268 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…
[all …]
/external/clang/test/SemaObjC/
Darc.m157 @interface Test8 : Test8_super interface
189 - (Test8*) init40; // id exception to covariance
190 - (Test8*) init41; // expected-note {{declaration in interface}} \
192 - (Test8*) init42; // expected-note{{overridden method}}
193 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
194 - (Test8*) init44;
195 - (Test8*) init45; // expected-note{{overridden method}}
204 @implementation Test8 implementation
213 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
217 …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
Dobjcbridge-attribute.m121 void Test8(CFMyPersonalErrorRef cf) { function
Dobjcbridge-attribute-arc.m192 void Test8(CFMyPersonalErrorRef cf) { function
/external/clang/test/SemaCXX/
Dattr-weak.cpp38 class __attribute__((weak)) Test8 {}; // OK class
Dempty-class-layout.cpp160 namespace Test8 { namespace
/external/clang/test/Sema/
Dblock-return.c139 enum Test8 { T8_a, T8_b, T8_c }; enum
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc277 void Test8() { in Test8() function in LockTest
583 LockTest().Test8(); in main()
/external/chromium_org/v8/test/mjsunit/harmony/
Dgenerators-iteration.js532 function Test8(iter) { class in TestTryFinally
539 Test8(instantiate(g));
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m356 void Test8() { function
Darc-blocks.m278 @interface Test8 @end interface
279 @implementation Test8 implementation
281 // CHECK: define internal void @"\01-[Test8 test]"
Darc-captured-block-var-layout.m355 void Test8() { function
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute-arc.mm179 void Test8(CFMyPersonalErrorRef cf) { function
Dobjcbridge-attribute.mm179 void Test8(CFMyPersonalErrorRef cf) { function