/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-unnamed.cpp | 79 template <class T> struct Test8 { struct 81 Test8(type t) {} // tested later in Test8() function 83 template <class T> void make_test8(T value) { Test8<T> t(value); } in make_test8()
|
D | unknown-anytype.cpp | 78 struct Test8 { struct 84 void Test8::test() { in test() 95 void test8(Test8 *p) { in test8()
|
D | class-layout.cpp | 96 namespace Test8 { namespace
|
D | skip-vtable-pointer-initialization.cpp | 164 namespace Test8 { namespace
|
/external/clang/test/CodeGenCXX/ |
D | mangle-unnamed.cpp | 76 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()
|
D | unknown-anytype.cpp | 78 struct Test8 { struct 84 void Test8::test() { in test() 95 void test8(Test8 *p) { in test8()
|
D | class-layout.cpp | 96 namespace Test8 { namespace
|
D | skip-vtable-pointer-initialization.cpp | 164 namespace Test8 { namespace
|
D | devirtualize-virtual-function-calls-final.cpp | 155 namespace Test8 { namespace
|
/external/llvm-project/clang/test/ARCMT/ |
D | checking.m | 194 @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/ |
D | checking.m | 194 @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/ |
D | arc.m | 167 @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 …]
|
D | default-synthesize-2.m | 119 @interface Test8 interface 128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc.m | 169 @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 …]
|
D | default-synthesize-2.m | 119 @interface Test8 interface 128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-attr.m | 53 @interface Test8 interface 54 // CHECK: ObjCInterfaceDecl{{.*}} Test8
|
D | ast-dump-c-attr.c | 41 struct [[deprecated]] Test8;
|
D | ast-dump-funcs-json.cpp | 29 inline void Test8(void);
|
/external/clang/test/SemaCXX/ |
D | attr-weak.cpp | 38 class __attribute__((weak)) Test8 {}; // OK class
|
D | empty-class-layout.cpp | 160 namespace Test8 { namespace
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-weak.cpp | 38 class __attribute__((weak)) Test8 {}; // OK class
|
/external/fonttools/Tests/feaLib/data/ |
D | name.fea | 16 nameid 8 1 "Test8";
|
/external/googletest/googletest/test/ |
D | gtest_list_output_unittest_.cc | 61 TYPED_TEST(TypedTest, Test8) {} in TYPED_TEST() argument
|
/external/clang/test/Sema/ |
D | block-return.c | 139 enum Test8 { T8_a, T8_b, T8_c }; enum
|
/external/llvm-project/clang/test/Sema/ |
D | block-return.c | 139 enum Test8 { T8_a, T8_b, T8_c }; enum
|