| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | forwarding-reference-overload.cpp | 192 class Test8 { class 197 !std::is_same_v<std::remove_cvref_t<T>, Test8> 199 Test8(T &&t, A &&... a); 201 Test8(const Test8 &other) = default; 202 Test8(Test8 &&other) = default;
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-unnamed.cpp | 79 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()
|
| H A D | unknown-anytype.cpp | 78 struct Test8 { struct 84 void Test8::test() { in test() 95 void test8(Test8 *p) { in test8()
|
| H A D | class-layout.cpp | 96 namespace Test8 { namespace
|
| H A D | skip-vtable-pointer-initialization.cpp | 164 namespace Test8 { namespace
|
| H A D | debug-info-thunk.cpp | 192 namespace Test8 { namespace
|
| H A D | devirtualize-virtual-function-calls-final.cpp | 168 namespace Test8 { namespace
|
| H A D | thunks.cpp | 266 namespace Test8 { namespace
|
| H A D | vtable-available-externally.cpp | 171 namespace Test8 { namespace
|
| H A D | microsoft-abi-vtables-virtual-inheritance.cpp | 224 namespace Test8 { namespace
|
| H A D | microsoft-abi-vbtables.cpp | 128 namespace Test8 { namespace
|
| H A D | vtable-layout.cpp | 425 namespace Test8 { namespace
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | checking.m | 194 @interface Test8 : Test8_super interface 224 - (Test8*) init40; // id exception to covariance 226 - (Test8*) init42; 228 - (Test8*) init44; 229 - (Test8*) init45; 238 @implementation Test8 implementation 267 - (Test8*) init04 { return 0; } 269 - (Test8*) init24 { return 0; } 270 - (Test8*) init34 { return 0; } 271 - (Test8*) init44 { return 0; } [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc.m | 169 @interface Test8 : Test8_super interface 201 - (Test8*) init40; // id exception to covariance 204 - (Test8*) init42; // expected-note{{overridden method}} 206 - (Test8*) init44; 207 - (Test8*) init45; // expected-note{{overridden method}} 216 @implementation Test8 implementation 251 - (Test8*) init04 { return 0; } 253 - (Test8*) init24 { return 0; } 254 - (Test8*) init34 { return 0; } 255 - (Test8*) init44 { return 0; } [all …]
|
| H A D | default-synthesize-2.m | 119 @interface Test8 interface 128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-attr.m | 53 @interface Test8 interface 54 // CHECK: ObjCInterfaceDecl{{.*}} Test8
|
| H A D | ast-dump-c-attr.c | 42 struct [[deprecated]] Test8;
|
| H A D | ast-dump-funcs-json.cpp | 29 inline void Test8(void);
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-weak.cpp | 38 class __attribute__((weak)) Test8 {}; // OK class
|
| H A D | empty-class-layout.cpp | 160 namespace Test8 { namespace
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | block-return.c | 141 enum Test8 { T8_a, T8_b, T8_c }; enum
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | single-file-parse.m | 43 @interface Test8 @end interface
|
| H A D | retain-excluded-conditional-blocks.m | 39 @interface Test8 @end interface
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | deadlock_detector_stress_test.cpp | 278 void Test8() { in Test8() function in LockTest 611 LockTest().Test8(); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | indirect-branch-tracking.ll | 191 ;; Test8
|