Home
last modified time | relevance | path

Searched refs:whatever (Results 1 – 25 of 100) sorted by relevance

1234

/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate04.f9024 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 Dallocate06.f9040 class(*), allocatable :: whatever local
51 allocate(character(5):: whatever)
82 allocate(character(*):: whatever)
94 allocate(A(*):: aa, whatever)
H A Dcanondo14.f9020 type whatever type
23 type(whatever) :: a(10)
H A Dallocate13.f9081 class(*), allocatable :: whatever[:] local
101 allocate(whatever[*], SOURCE=okt3src)
123 allocate(whatever[*],MOLD=nokt6src)
144 allocate(whatever[*],SOURCE=nokt5src)
H A Dallocate07.f9038 class(*), pointer :: whatever local
54 allocate(WithParamExtent2(k1=1, l1=2, k2=5, l2=6, k3=5, l3=8 ):: whatever)
H A Dallocate09.f9058 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 Dloop-idiom-vs-indvars.ll6 ; %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 Dprivate-2.ll5 ; 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 Dsjlj-baseptr.ll10 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 Dmetadata.ll6 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 Dclass-method-self.m21 Class whatever;
22 …[obj addObserver:whatever]; // expected-warning {{incompatible pointer types sending 'Class' to pa…
H A Dmethod-not-defined.m12 …[obj whatever:1 :2 :3]; // expected-warning {{instance method '-whatever:::' not found (return typ…
H A Dmethod-lookup-2.m53 - whatever; method
58 - whatever { method
H A Dwarn-strict-selector-match.m84 - (instancetype)initWithType:(NSString *)whatever; // expected-note {{also found}}
96 - (instancetype)initWithType:(unsigned int)whatever // expected-note {{using}}
H A Dmethod-lookup-3.m85 - (instancetype)initWithType:(NSString *)whatever;
95 - (instancetype)initWithType:(int)whatever
H A DContClassPropertyLookup.m9 @interface MyObject(whatever) category
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dclass-method-self.mm21 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 Dexpr-address-of.c4 struct entry { struct xx *whatever; member
15 add_one(&p->whatever->bitf); // expected-error {{address of bit-field requested}} in test()
H A Dno-builtin.cpp45 void whatever() __attribute__((no_builtin("memcpy")));
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dbuiltin_sjlj_bp.ll4 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 Dfls.ll25 %whatever = call i32 @flsll(i64 42)
26 ret i32 %whatever
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A DPR21582.ll31 %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 Dpr30806.ll27 ; whatever label comes next.
41 ; whatever label comes next.
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dextension-warning.c18 void whatever(void) {} in whatever() function
/llvm-project-15.0.7/clang/test/Parser/
H A Dpromote_types_in_proto.c5 int whatever(int argc, char *argv[]) in whatever() function

1234