| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-objc-lifetime.m | 109 @class Test9; 111 __weak Test9 **(^myBlock)(void); 112 __weak Test9 **var = myBlock(); 113 (void) (__strong Test9 **) &myBlock; 114 (void) (__weak Test9 **) &myBlock; // expected-error {{cast}} 117 __weak Test9 *(^myBlock)(void); 118 (void) (__weak Test9**) &myBlock; 122 __weak Test9 *(^*(^myBlock)(void))(void); 123 (void) (__weak Test9 **) myBlock(); 125 (void) (__weak Test9 **) &myBlock; // expected-error {{cast}} [all …]
|
| H A D | arc-system-header.m | 49 extern void doSomething(Test9 arg); 51 Test9 foo2 = {0, 0};
|
| H A D | objcbridge-attribute.m | 141 void Test9(void) { function
|
| H A D | arc.m | 270 @interface Test9 interface 274 id test9(Test9 *v) {
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | forwarding-reference-overload.cpp | 206 class Test9 { class 211 Test9(T &&t); 219 Test9(T &&t); 227 Test9(T &&t); 235 Test9(T &&t); 240 Test9(const Test9 &other) = default; 241 Test9(Test9 &&other) = default;
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-unnamed.cpp | 89 } Test9; typedef 91 Test9 a; in test9()
|
| H A D | skip-vtable-pointer-initialization.cpp | 190 namespace Test9 { namespace
|
| H A D | debug-info-thunk.cpp | 200 namespace Test9 { namespace
|
| H A D | devirtualize-virtual-function-calls-final.cpp | 183 namespace Test9 { namespace
|
| H A D | thunks.cpp | 287 namespace Test9 { namespace
|
| H A D | vtable-available-externally.cpp | 192 namespace Test9 { namespace
|
| H A D | microsoft-abi-vtables-virtual-inheritance.cpp | 287 namespace Test9 { namespace
|
| H A D | microsoft-abi-vbtables.cpp | 142 namespace Test9 { namespace
|
| H A D | vtable-layout.cpp | 447 namespace Test9 { namespace
|
| H A D | visibility.cpp | 267 namespace Test9 { namespace
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-attr.m | 55 -(void)Test9 [[clang::ns_consumes_self]]; 56 // CHECK: ObjCMethodDecl{{.*}} Test9 'void'
|
| H A D | ast-dump-c-attr.c | 46 [[deprecated]] void Test9(int Test10 [[deprecated]]);
|
| H A D | ast-dump-funcs-json.cpp | 30 void Test9(void) noexcept;
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | single-file-parse.m | 47 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test9 48 @interface Test9 @end interface
|
| H A D | retain-excluded-conditional-blocks.m | 43 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test9 44 @interface Test9 @end interface
|
| /llvm-project-15.0.7/clang/test/SemaObjC/Inputs/ |
| H A D | arc-system-header.h | 57 } Test9; typedef
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-weak.cpp | 40 __attribute__((weak)) auto Test9 = Internal(); // expected-error {{weak declaration cannot have int… variable
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | properties.mm | 139 @interface Test9 interface 143 char test(Test9 *t) {
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | deadlock_detector_stress_test.cpp | 297 void Test9() { in Test9() function in LockTest 612 LockTest().Test9(); in main()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | checking.m | 283 @interface Test9 interface 287 id test9(Test9 *v) {
|