| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | allocate04.f90 | 24 class(*), pointer :: whatever component 40 allocate(n1%whatever) 42 allocate(n2(2)%whatever) 58 allocate(C:: n1%whatever, n2(2)%whatever) 65 allocate(n1%whatever, MOLD = n2(1)) 72 allocate(n1%whatever, SOURCE = n2(1))
|
| H A D | allocate06.f90 | 40 class(*), allocatable :: whatever local 51 allocate(character(5):: whatever) 82 allocate(character(*):: whatever) 94 allocate(A(*):: aa, whatever)
|
| H A D | canondo14.f90 | 20 type whatever type 23 type(whatever) :: a(10)
|
| H A D | allocate13.f90 | 81 class(*), allocatable :: whatever[:] local 101 allocate(whatever[*], SOURCE=okt3src) 123 allocate(whatever[*],MOLD=nokt6src) 144 allocate(whatever[*],SOURCE=nokt5src)
|
| H A D | allocate07.f90 | 38 class(*), pointer :: whatever local 54 allocate(WithParamExtent2(k1=1, l1=2, k2=5, l2=6, k3=5, l3=8 ):: whatever)
|
| H A D | allocate09.f90 | 58 class(*), pointer :: whatever local 79 allocate(whatever, source=src_c_1_2_5_6_5_8)
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/X86/ |
| H A D | loop-idiom-vs-indvars.ll | 6 ; %whatever.next recurrence should be rewritten, making loop dead. 26 %whatever = phi i32 [ 42, %entry ], [ %whatever.next, %while.cond ] 31 %whatever.next = add i32 %whatever, 1 35 store i32 %whatever.next, i32* %p1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | private-2.ll | 5 ; CHECK: "l__ZZ20-[Example1 whatever]E4C.91" 8 @"_ZZ20-[Example1 whatever]E4C.91" = private constant %struct.A { ptr null, i32 1 } ; <ptr> [#uses… 10 define internal ptr @"\01-[Example1 whatever]"() nounwind optsize ssp { 12 …%0 = getelementptr %struct.A, ptr @"_ZZ20-[Example1 whatever]E4C.91", i64 0, i32 0 ; <ptr> [#uses…
|
| H A D | sjlj-baseptr.ll | 10 declare void @whatever(i64, ptr, ptr, ptr, ptr, i32) #0 22 call void @whatever(i64 %n, ptr %f, ptr %p, ptr %q, ptr %s, i32 %t) #1
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | metadata.ll | 6 store i32 0, i32* null, !whatever !0, !whatever_else !{}, !more !{!"hello"} 7 store i32 0, i32* null, !whatever !{!"hello", !1, !{}, !2}
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | class-method-self.m | 21 Class whatever; 22 …[obj addObserver:whatever]; // expected-warning {{incompatible pointer types sending 'Class' to pa…
|
| H A D | method-not-defined.m | 12 …[obj whatever:1 :2 :3]; // expected-warning {{instance method '-whatever:::' not found (return typ…
|
| H A D | method-lookup-2.m | 53 - whatever; method 58 - whatever { method
|
| H A D | warn-strict-selector-match.m | 84 - (instancetype)initWithType:(NSString *)whatever; // expected-note {{also found}} 96 - (instancetype)initWithType:(unsigned int)whatever // expected-note {{using}}
|
| H A D | method-lookup-3.m | 85 - (instancetype)initWithType:(NSString *)whatever; 95 - (instancetype)initWithType:(int)whatever
|
| H A D | ContClassPropertyLookup.m | 9 @interface MyObject(whatever) category
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | class-method-self.mm | 21 Class whatever; 22 …[obj addObserver:whatever]; // expected-error {{cannot initialize a parameter of type 'XX *' with …
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | expr-address-of.c | 4 struct entry { struct xx *whatever; member 15 add_one(&p->whatever->bitf); // expected-error {{address of bit-field requested}} in test()
|
| H A D | no-builtin.cpp | 45 void whatever() __attribute__((no_builtin("memcpy")));
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/ |
| H A D | builtin_sjlj_bp.ll | 4 declare void @whatever(i64, %Foo*, i8**, i8*, i8*, i32) #0 51 ; CHECK-NEXT: lea %s0, whatever@lo 53 ; CHECK-NEXT: lea.sl %s12, whatever@hi(, %s0) 85 call void @whatever(i64 %n, %Foo* %f, i8** %p, i8* %q, i8* %s, i32 %t) #1
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fls.ll | 25 %whatever = call i32 @flsll(i64 42) 26 ret i32 %whatever
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | PR21582.ll | 31 %whatever = phi i32 [ %call, %for.end.loopexit ], [ undef, %for.cond ] 39 ret i32 %whatever
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | pr30806.ll | 27 ; whatever label comes next. 41 ; whatever label comes next.
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | extension-warning.c | 18 void whatever(void) {} in whatever() function
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | promote_types_in_proto.c | 5 int whatever(int argc, char *argv[]) in whatever() function
|