Home
last modified time | relevance | path

Searched refs:fun5 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-expr.cpp153 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 Dqual-id-test.cpp112 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 Dnoinline.cu14 __noinline__ void fun5() {} in fun5() function
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dnoinline.cu23 __noinline__ __device__ __host__ void fun5() {} in fun5() function
H A Dkernel-stub-name.cu140 extern "C" void fun5() { in fun5() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dalias-redefinition.c23 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 Dvec-sext.ll42 define <2 x i64> @fun5(<2 x i16> %val1) {
43 ; CHECK-LABEL: fun5:
H A Dint-cmp-57.ll69 define i32 @fun5(i32 %arg) {
70 ; CHECK-LABEL: fun5:
H A Dvec-zext.ll43 define <2 x i64> @fun5(<2 x i16> %val1) {
44 ; CHECK-LABEL: fun5:
H A Dint-cmp-56.ll140 define i32 @fun5(i32 %arg, i32 %arg2, i32 %arg3) {
141 ; CHECK-LABEL: fun5:
H A Dfunction-attributes-01.ll76 define <2 x double> @fun5(<2 x double>* %A) #5 {
77 ; CHECK-LABEL: fun5:
H A Dinline-asm-i128.ll124 define i64 @fun5(i64 %b) {
125 ; CHECK-LABEL: fun5:
H A Dvec-move-23.ll82 define void @fun5(<2 x i16> %Src, <2 x double>* %Dst) {
83 ; CHECK-LABEL: fun5:
H A Dstack-clash-protection.ll142 define void @fun5() #0 "stack-probe-size"="4100" {
143 ; CHECK-LABEL: fun5:
H A Dmemset-05.ll144 define void @fun5() {
145 ; CHECK-LABEL: fun5:
H A Dfoldmemop-vec-unary.mir12 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 Dext-of-icmp-cost.ll47 define i64 @fun5(i1 %v) {
48 ; CHECK-LABEL: 'fun5'
H A Dcmp-ext-02.ll56 define i16 @fun5(i16 %val1, i16 %val2) {
61 ; CHECK: fun5
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/
H A Dlibcall-arg-exts.ll50 define void @fun5(%FILE* %fp) {
51 ; CHECK-LABEL: @fun5
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_reduction_messages.c37 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
H A Ddeclare_reduction_messages.cpp72 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddagcombine-shifts.ll66 define i64 @fun5(i16 zeroext %v) {
67 ; CHECK-LABEL: fun5:
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsymbols.test121 - Name: .fun5
281 # SYMBOL32-NEXT: Name: .fun5
H A Dsymbols64.test118 - Name: .fun5
288 # SYMBOL64-NEXT: Name: .fun5
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle.cpp1043 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function
1058 template void fun5<int>();

12