| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | aix-static-init.cpp | 31 struct Test4 { struct 32 Test4(); 33 ~Test4(); 37 static Test4 staticLocal; in f()
|
| H A D | bitfield-layout.cpp | 25 union Test4 { union 28 Test4 t4; 51 Test4 u2; in test_assign() 79 Test4 u2 = {42}; in test_init()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | bitfield-layout.cpp | 31 struct Test4 { struct 34 CHECK_SIZE(Test4, 8); argument 35 CHECK_ALIGN(Test4, 8);
|
| H A D | declspec-selectany.cpp | 15 struct Test4 { struct 18 __declspec(selectany) constexpr int Test4::sdm; // no warning argument
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
| H A D | p1.cpp | 37 class Test4 {}; // expected-note {{previous definition}} class 40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-funcs-json.cpp | 7 void Test4() &; 25 void Test4(int a, int b = 12);
|
| H A D | ast-dump-attr.m | 25 @property (readonly) [[clang::objc_returns_inner_pointer]] void *Test3, *Test4; property 28 // CHECK-NEXT: ObjCPropertyDecl{{.*}} Test4 'void *' readonly 37 // CHECK: ObjCMethodDecl{{.*}} implicit{{.*}} Test4
|
| H A D | ast-dump-c-attr.c | 26 struct [[deprecated]] Test4 { struct
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | forwarding-reference-overload.cpp | 103 class Test4 { class 105 template <typename T> Test4(T &&n); 108 Test4(const Test4 &rhs);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | property-ivar-mismatch.m | 4 @interface Test4 interface 11 @implementation Test4 implementation
|
| H A D | method-conflict-1.m | 77 @interface Test4 {} interface 81 @implementation Test4 implementation
|
| H A D | method-conflict-2.m | 38 @interface Test4 {} interface 42 @implementation Test4 implementation
|
| H A D | default-synthesize-2.m | 59 @interface Test4 { interface 67 @implementation Test4 implementation
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-unopt.m | 41 @interface Test4 { id x; } @end interface 42 @interface Test4_sub : Test4 { id y; } @end 43 Test4 *test4(void) {
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | bitfield.c | 47 struct Test4 { struct 52 void test4(struct Test4 *t) { in test4() argument
|
| H A D | attr-capabilities.c | 17 int Test4 __attribute__((try_acquire_capability("test4"))); // expected-error {{'try_acquire_capabi… variable 21 struct __attribute__((shared_capability(Test2))) Test4 {}; // expected-error {{'shared_capability' … struct
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | classtemplate.cpp | 82 std::map<int, int> Test4() { // CHECK-INIT-LIST: File 0, [[@LINE]]:28 -> [[@LINE+3]]:2 = #0 in Test4() function 93 Test4(); in main()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | interleave.td | 19 // CHECK: Test4 = "foo, bar, zoo, snork, quux"; 26 string Test4 = !interleave(StringList, ", ");
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | single-file-parse.m | 25 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test4 26 @interface Test4 @end interface
|
| H A D | retain-excluded-conditional-blocks.m | 21 // CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=Test4 22 @interface Test4 @end interface
|
| /llvm-project-15.0.7/clang/test/CXX/class/ |
| H A D | p2-0x.cpp | 29 namespace Test4 { namespace
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-protocol-conformance.m | 42 @interface Test4 : NSObject <P1, P2> // Test for Super class and protocol list interface 45 @implementation Test4 implementation
|
| H A D | objcmt-protocol-conformance.m.result | 42 @interface Test4 : NSObject <P1, P2, P> // Test for Super class and protocol list 45 @implementation Test4
|
| /llvm-project-15.0.7/clang/test/SemaObjC/Inputs/ |
| H A D | arc-system-header.h | 17 @interface Test4 {
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.link/ |
| H A D | p7.cpp | 51 namespace Test4 { namespace
|