| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-expr.cpp | 153 S fun5(int i); // expected-note{{possible target for call}} 154 S fun5(float f); // expected-note{{possible target for call}} 156 …return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g5()
|
| H A D | qual-id-test.cpp | 112 void fun5() in fun5() function 126 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | noinline.cu | 14 __noinline__ void fun5() {} in fun5() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | noinline.cu | 23 __noinline__ __device__ __host__ void fun5() {} in fun5() function
|
| H A D | kernel-stub-name.cu | 140 extern "C" void fun5() { in fun5() function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | alias-redefinition.c | 23 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{definition 'fun5' cannot also be … in fun5() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-sext.ll | 42 define <2 x i64> @fun5(<2 x i16> %val1) { 43 ; CHECK-LABEL: fun5:
|
| H A D | int-cmp-57.ll | 69 define i32 @fun5(i32 %arg) { 70 ; CHECK-LABEL: fun5:
|
| H A D | vec-zext.ll | 43 define <2 x i64> @fun5(<2 x i16> %val1) { 44 ; CHECK-LABEL: fun5:
|
| H A D | int-cmp-56.ll | 140 define i32 @fun5(i32 %arg, i32 %arg2, i32 %arg3) { 141 ; CHECK-LABEL: fun5:
|
| H A D | function-attributes-01.ll | 76 define <2 x double> @fun5(<2 x double>* %A) #5 { 77 ; CHECK-LABEL: fun5:
|
| H A D | inline-asm-i128.ll | 124 define i64 @fun5(i64 %b) { 125 ; CHECK-LABEL: fun5:
|
| H A D | vec-move-23.ll | 82 define void @fun5(<2 x i16> %Src, <2 x double>* %Dst) { 83 ; CHECK-LABEL: fun5:
|
| H A D | stack-clash-protection.ll | 142 define void @fun5() #0 "stack-probe-size"="4100" { 143 ; CHECK-LABEL: fun5:
|
| H A D | memset-05.ll | 144 define void @fun5() { 145 ; CHECK-LABEL: fun5:
|
| H A D | foldmemop-vec-unary.mir | 12 define float @fun5(float %arg0) { ret float 0.0 } 161 # CHECK-LABEL: fun5: 164 name: fun5
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/ |
| H A D | ext-of-icmp-cost.ll | 47 define i64 @fun5(i1 %v) { 48 ; CHECK-LABEL: 'fun5'
|
| H A D | cmp-ext-02.ll | 56 define i16 @fun5(i16 %val1, i16 %val2) { 61 ; CHECK: fun5
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/ |
| H A D | libcall-arg-exts.ll | 50 define void @fun5(%FILE* %fp) { 51 ; CHECK-LABEL: @fun5
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_reduction_messages.c | 37 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
|
| H A D | declare_reduction_messages.cpp | 72 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | dagcombine-shifts.ll | 66 define i64 @fun5(i16 zeroext %v) { 67 ; CHECK-LABEL: fun5:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/ |
| H A D | symbols.test | 121 - Name: .fun5 281 # SYMBOL32-NEXT: Name: .fun5
|
| H A D | symbols64.test | 118 - Name: .fun5 288 # SYMBOL64-NEXT: Name: .fun5
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle.cpp | 1043 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function 1058 template void fun5<int>();
|