| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-expr.cpp | 142 S fun3(int i=0); // expected-note{{possible target for call}} 143 int fun3(int i, int j); // expected-note{{possible target for call}} 145 …return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g3() 166 Vec fun3(int x = 0); 167 …int test3() { return fun3.size(); } // expected-error {{base of member reference is a function; pe… in test3()
|
| H A D | warn-tautological-compare.cpp | 67 int* fun3(); 86 if (fun3 == 0) {} in test() 99 if (nullptr != fun3) {} in test()
|
| H A D | qual-id-test.cpp | 85 void fun3() in fun3() function
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | scc-comdat.ll | 10 ; CHECK0: declare i32 @fun3 14 ; CHECK1: define i32 @fun3 28 define i32 @fun3() section ".text.funs" comdat($fun) {
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | alias-redefinition.c | 15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}} 16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
|
| H A D | pragma-attribute.c | 56 void fun3(void); // expected-note 2 {{when applied to this declaration}}
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | vla_iterator_cache_bug.c | 10 extern void fun3(int n, int *a, int *b); 22 fun3(n, a, b); in fun1()
|
| H A D | declare_reduction_messages.c | 35 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ // expec…
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro_string.s | 38 .macro fun3 arg1 arg2 macro 43 fun3 5<6 , 5>8 56 fun3 \arg
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/ |
| H A D | cmp-tofp.ll | 35 define <2 x double> @fun3(<2 x i64> %val1, <2 x i64> %val2) { 40 ; CHECK: fun3
|
| H A D | ext-of-icmp-cost.ll | 27 define double @fun3(i64 %v) { 28 ; CHECK-LABEL: 'fun3'
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | noinline.cu | 10 __attribute__((__noinline__)) void fun3() { } in fun3() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | noinline.cu | 18 __attribute__((__noinline__)) __device__ __host__ void fun3() {} in fun3() function
|
| H A D | kernel-stub-name.cu | 111 extern "C" void fun3() { in fun3() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-sext.ll | 24 define <2 x i64> @fun3(<2 x i8> %val1) { 25 ; CHECK-LABEL: fun3:
|
| H A D | int-cmp-57.ll | 47 define i32 @fun3(i32 %arg) { 48 ; CHECK-LABEL: fun3:
|
| H A D | vec-zext.ll | 25 define <2 x i64> @fun3(<2 x i8> %val1) { 26 ; CHECK-LABEL: fun3:
|
| H A D | int-cmp-56.ll | 88 define i32 @fun3(i32 %arg, i32 %arg2, i32 %arg3) { 89 ; CHECK-LABEL: fun3:
|
| H A D | function-attributes-01.ll | 39 define <2 x double> @fun3(<2 x double>* %A) #3 { 40 ; CHECK-LABEL: fun3:
|
| H A D | int-cmp-56.mir | 13 define i32 @fun3(i32* %ptr0) { ret i32 0 } 173 # CHECK: name: fun3 177 name: fun3
|
| H A D | store_nonbytesized_vecs.ll | 121 define void @fun3(<3 x i31>* %src, <3 x i31>* %p) 122 ; CHECK-LABEL: fun3:
|
| H A D | inline-asm-i128.ll | 86 define void @fun3(i128* %Src, i128* %Dst) { 87 ; CHECK-LABEL: fun3:
|
| H A D | vec-move-23.ll | 42 define void @fun3(<4 x i16> %Src, <4 x float>* %Dst) { 43 ; CHECK-LABEL: fun3:
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/ |
| H A D | libcall-arg-exts.ll | 27 define fp128 @fun3(i8 zeroext %x) { 28 ; CHECK-LABEL: @fun3
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-vuzp.ll | 27 ; CHECK-LABEL: fun3: 29 define i32 @fun3() {
|