| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-pointers-2.cpp | 14 struct Test0 { struct 18 Test0 *memptr; argument 24 p = &Test0::memfoo++; in test() argument 25 p = &Test0::memfoo--; in test() 26 p = &Test0::memarr[1]; in test() 27 p = &Test0::memptr->memint; in test() 28 p = &Test0::memstruct.a; in test() 29 p = &Test0::memfun(); in test() 34 Test0 mytest; in test0()
|
| H A D | storage-class.cpp | 7 extern "C" struct Test0 { int x; }; // no warning argument
|
| H A D | empty-class-layout.cpp | 6 namespace Test0 { namespace
|
| H A D | constructor-initializer.cpp | 188 namespace Test0 { namespace
|
| H A D | member-pointer.cpp | 208 template <typename T> struct Test0 { struct
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | property-aggregate.m | 13 @interface Test0 interface 17 @implementation Test0 implementation 21 // CHECK: define internal i24 @"\01-[Test0 s3]"( 24 // CHECK: define internal void @"\01-[Test0 setS3:]"( 27 // CHECK: define internal i32 @"\01-[Test0 s4]"( 30 // CHECK: define internal void @"\01-[Test0 setS4:]"(
|
| H A D | arc-related-result-type.m | 3 @interface Test0 interface 6 void test0(Test0 *val) { 7 Test0 *x = [val self];
|
| H A D | objfw.m | 5 @interface Test0 interface 9 [Test0 test];
|
| H A D | arc-unopt.m | 5 @class Test0; 6 Test0 *test0(void) { 7 extern Test0 *test0_helper;
|
| H A D | stret_lookup.m | 9 @interface Test0 interface 16 t = [Test0 test];
|
| H A D | arc-property.m | 4 @interface Test0 interface 7 void test0(Test0 *t0, id value) {
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p11.cpp | 42 class Test0 { class 59 template <typename> class Test0 { class 77 template <typename T> class Test0 { class 91 template class Test0<int>; variable
|
| H A D | p1.cpp | 15 namespace Test0 { namespace 31 using Test0::foo; in test1() 46 class Test0::foo b; in test2()
|
| H A D | p4.cpp | 25 class Test0 { class
|
| H A D | p12.cpp | 36 struct Test0 : Base { struct
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | temp_class_spec_neg.cpp | 33 struct Test0; 37 struct Test0<T, N, TT>; // expected-error{{does not specialize}} 43 struct Test0<T*, N, TT> { }; struct
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | message.mm | 6 @interface Test0 interface 11 operator Test0*();
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-lambda-body-not-duplicated.cpp | 13 void Test0() { in Test0() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | smml.ll | 18 define i32 @Test0(i32 %a, i32 %b, i32 %c) nounwind readnone ssp { 19 ; CHECK-V4-LABEL: Test0: 25 ; CHECK-ARM-V6V7-LABEL: Test0: 31 ; CHECK-THUMB-LABEL: Test0: 47 ; CHECK-THUMBV6-LABEL: Test0: 61 ; CHECK-THUMB-V6V7-LABEL: Test0: 67 ; CHECK-THUMBV7M-LABEL: Test0:
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | recovery.m | 3 @interface Test0 interface
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-retain-cycle.m | 5 @interface Test0 interface 10 void test0(Test0 *x) { 20 __weak Test0 *weakx = x; 166 void testCopying(Test0 *obj) {
|
| /llvm-project-15.0.7/clang/test/CXX/class.access/class.access.dcl/ |
| H A D | p1.cpp | 28 class Test0 { class
|