Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-unnamed.cpp79 template <class T> struct Test8 { struct
81 Test8(type t) {} // tested later in Test8() argument
83 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
/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
/external/llvm-project/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/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
/external/llvm-project/clang/test/SemaObjC/
Darc.m169 @interface Test8 : Test8_super interface
201 - (Test8*) init40; // id exception to covariance
202 - (Test8*) init41; // expected-note {{declaration in interface}} \
204 - (Test8*) init42; // expected-note{{overridden method}}
205 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
206 - (Test8*) init44;
207 - (Test8*) init45; // expected-note{{overridden method}}
216 @implementation Test8 implementation
225 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
229 …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/llvm-project/clang/test/AST/
Dast-dump-attr.m53 @interface Test8 interface
54 // CHECK: ObjCInterfaceDecl{{.*}} Test8
Dast-dump-c-attr.c41 struct [[deprecated]] Test8;
Dast-dump-funcs-json.cpp29 inline void Test8(void);
/external/clang/test/SemaCXX/
Dattr-weak.cpp38 class __attribute__((weak)) Test8 {}; // OK class
Dempty-class-layout.cpp160 namespace Test8 { namespace
/external/llvm-project/clang/test/SemaCXX/
Dattr-weak.cpp38 class __attribute__((weak)) Test8 {}; // OK class
/external/fonttools/Tests/feaLib/data/
Dname.fea16 nameid 8 1 "Test8";
/external/googletest/googletest/test/
Dgtest_list_output_unittest_.cc61 TYPED_TEST(TypedTest, Test8) {} in TYPED_TEST() argument
/external/clang/test/Sema/
Dblock-return.c139 enum Test8 { T8_a, T8_b, T8_c }; enum
/external/llvm-project/clang/test/Sema/
Dblock-return.c139 enum Test8 { T8_a, T8_b, T8_c }; enum

123