/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forwarding-reference-overload.cpp | 256 class Test11 { class 259 Test11(T&&) = delete; 261 Test11(const Test11 &) = default; 262 Test11(Test11 &&) = default;
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-attr.m | 58 -(void) [[clang::ns_consumes_self]] Test10: (int)Test11; 60 // CHECK-NEXT: |-ParmVarDecl{{.*}} Test11 'int'
|
H A D | ast-dump-c-attr.c | 52 void Test11 [[deprecated]](void);
|
H A D | ast-dump-funcs-json.cpp | 32 void Test11(void) noexcept(1); 973 // CHECK-NEXT: "name": "Test11",
|
/llvm-project/clang/test/Index/ |
H A D | single-file-parse.m | 55 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test11 56 @interface Test11 @end interface
|
H A D | retain-excluded-conditional-blocks.m | 51 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test11 52 @interface Test11 @end interface
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | skip-vtable-pointer-initialization.cpp | 224 namespace Test11 { namespace
|
H A D | debug-info-thunk.cpp | 236 namespace Test11 { namespace
|
H A D | devirtualize-virtual-function-calls-final.cpp | 297 namespace Test11 { namespace
|
H A D | thunks.cpp | 309 namespace Test11 { namespace
|
H A D | vtable-available-externally.cpp | 290 namespace Test11 { 279 namespace Test11 { global() namespace
|
H A D | microsoft-abi-vtables-virtual-inheritance.cpp | 441 namespace Test11 { namespace
|
H A D | microsoft-abi-vbtables.cpp | 178 namespace Test11 { namespace
|
H A D | vtable-layout.cpp | 508 namespace Test11 { namespace
|
H A D | visibility.cpp | 353 namespace Test11 { namespace
|
/llvm-project/clang/test/SemaObjC/ |
H A D | externally-retained.m | 88 __attribute__((objc_root_class)) @interface Test11 @end interface 89 @implementation Test11 implementation
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | deadlock_detector_stress_test.cpp | 334 void Test11() { in Test11() function in LockTest 614 LockTest().Test11(); in main()
|