Home
last modified time | relevance | path

Searched refs:Test11 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp256 class Test11 { class
259 Test11(T&&) = delete;
261 Test11(const Test11 &) = default;
262 Test11(Test11 &&) = default;
/llvm-project/clang/test/AST/
H A Dast-dump-attr.m58 -(void) [[clang::ns_consumes_self]] Test10: (int)Test11;
60 // CHECK-NEXT: |-ParmVarDecl{{.*}} Test11 'int'
H A Dast-dump-c-attr.c52 void Test11 [[deprecated]](void);
H A Dast-dump-funcs-json.cpp32 void Test11(void) noexcept(1);
973 // CHECK-NEXT: "name": "Test11",
/llvm-project/clang/test/Index/
H A Dsingle-file-parse.m55 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test11
56 @interface Test11 @end interface
H A Dretain-excluded-conditional-blocks.m51 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test11
52 @interface Test11 @end interface
/llvm-project/clang/test/CodeGenCXX/
H A Dskip-vtable-pointer-initialization.cpp224 namespace Test11 { namespace
H A Ddebug-info-thunk.cpp236 namespace Test11 { namespace
H A Ddevirtualize-virtual-function-calls-final.cpp297 namespace Test11 { namespace
H A Dthunks.cpp309 namespace Test11 { namespace
H A Dvtable-available-externally.cpp290 namespace Test11 {
279 namespace Test11 { global() namespace
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp441 namespace Test11 { namespace
H A Dmicrosoft-abi-vbtables.cpp178 namespace Test11 { namespace
H A Dvtable-layout.cpp508 namespace Test11 { namespace
H A Dvisibility.cpp353 namespace Test11 { namespace
/llvm-project/clang/test/SemaObjC/
H A Dexternally-retained.m88 __attribute__((objc_root_class)) @interface Test11 @end interface
89 @implementation Test11 implementation
/llvm-project/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp334 void Test11() { in Test11() function in LockTest
614 LockTest().Test11(); in main()