Home
last modified time | relevance | path

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

12

/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.cpp155 namespace Test8 { namespace
Dthunks.cpp224 namespace Test8 { namespace
Dvtable-available-externally.cpp166 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.cpp252 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.m167 @interface Test8 : Test8_super interface
199 - (Test8*) init40; // id exception to covariance
200 - (Test8*) init41; // expected-note {{declaration in interface}} \
202 - (Test8*) init42; // expected-note{{overridden method}}
203 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
204 - (Test8*) init44;
205 - (Test8*) init45; // expected-note{{overridden method}}
214 @implementation Test8 implementation
223 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
227 …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.m129 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.cc278 void Test8() { in Test8() function in LockTest
611 LockTest().Test8(); in main()
/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js577 function Test8(iter) { class in TestTryFinally
584 Test8(instantiate(g));
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m356 void Test8() { function
Darc-captured-block-var-layout.m355 void Test8() { function
Darc-blocks.m289 @interface Test8 @end interface
290 @implementation Test8 implementation
292 // CHECK: define internal void @"\01-[Test8 test]"
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm180 void Test8(CFMyPersonalErrorRef cf) { function
Dobjcbridge-attribute-arc.mm180 void Test8(CFMyPersonalErrorRef cf) { function

12