| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | constructor-direct-call.cpp | 43 class Test3 { class 45 Test3() { a = 10; b = 15; c = 20; } in Test3() function in Test3 46 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3() function in Test3 55 Test3 var; in f3() 59 Test3 var2; in f3() 63 var.Test3::Test3(); in f3() 67 var.Test3::Test3(var2); in f3()
|
| H A D | aix-static-init.cpp | 22 struct Test3 { struct 23 constexpr Test3() {}; in Test3() function 24 ~Test3() {}; in ~Test3() argument 27 constinit Test3 t;
|
| H A D | value-init.cpp | 101 struct Test3 : public Test { }; struct 129 Test3 empty3[3] = {}; in f()
|
| H A D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
| H A D | const-init-cxx11.cpp | 94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() function 96 extern constexpr Test3 t3 = Test3();
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx11-inheriting-ctors.cpp | 42 struct Test3 : B { struct 53 Test3<Base> test3a(42); 54 Test3<Base> test3b(nullptr); 65 Test3<Base> retest3a(42); 66 Test3<Base> retest3b(nullptr);
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | interleave.td | 18 // CHECK: Test3 = "foobarzoosnorkquux"; 25 string Test3 = !interleave(StringList, ""); 33 // CHECK: Test3 = "0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 42"; 38 string Test3 = !interleave(!listconcat(IntList, [42]), " & "); 44 // CHECK: Test3 = "2 & 7 & 1 & 0"; 49 string Test3 = !interleave(!listconcat(BitsList, [ {0, 0, 0} ]), " & "); 55 // CHECK: Test3 = "0 and 1 and 1 and 0 and 1 and 1"; 60 string Test3 = !interleave(!listconcat(BitList, [1]), " and ");
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | forwarding-reference-overload.cpp | 90 class Test3 { class 92 template <typename T> Test3(T &&n); 94 template <typename T> Test3(T &&n, int I = 5, ...); 96 Test3(const Test3 &rhs) = delete; 99 Test3(Test3 &&rhs);
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | bitfield-layout.cpp | 25 struct Test3 { struct 28 CHECK_SIZE(Test3, 4); argument 29 CHECK_ALIGN(Test3, 4);
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | related-result-type.m | 43 @interface Test3 : NSString interface 47 @implementation Test3 implementation 48 // CHECK: define internal {{.*}}i8* @"\01-[Test3 init]"
|
| H A D | arc-property.m | 90 @interface Test3 interface 94 void test3(Test3 *t) { 122 @implementation Test3 implementation 127 // CHECK: define internal i8* @"\01-[Test3 copyMachine]"( 138 @property (copy, nonatomic, readonly) Test3 *someId; 141 @property (copy, nonatomic, readwrite) Test3 *someId;
|
| H A D | arc-captured-32bit-block-var-layout-2.m | 22 // Test3 34 // the descriptor of Test3's block.
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
| H A D | p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} class 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-funcs-json.cpp | 6 void Test3() volatile; 24 void Test3(int a, int b);
|
| H A D | ast-dump-attr.m | 25 @property (readonly) [[clang::objc_returns_inner_pointer]] void *Test3, *Test4; 26 // CHECK: ObjCPropertyDecl{{.*}} Test3 'void *' readonly 35 // CHECK: ObjCMethodDecl{{.*}} implicit{{.*}} Test3
|
| H A D | ast-dump-c-attr.c | 19 Test3 [[deprecated]] enumerator
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | default-synthesize-2.m | 41 // Test3 42 @interface Test3 interface 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
| H A D | arc-property.m | 60 @interface Test3 interface 63 void test3(Test3 *t3) {
|
| H A D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
| H A D | property-category-4.m | 51 // Test3 63 // Test3
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-capabilities.c | 16 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable 20 struct __attribute__((capability(12))) Test3 {}; // expected-error {{'capability' attribute require… struct
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | nestedclass.cpp | 14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | delete-dead-blocks.ll | 78 ; CHECK-LABEL: @Test3 79 define void @Test3(i32) {
|
| /llvm-project-15.0.7/clang/test/CXX/class/ |
| H A D | p2-0x.cpp | 19 namespace Test3 { namespace
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|