Home
last modified time | relevance | path

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

12

/external/clang/test/SemaCXX/
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()
Dqual-id-test.cpp112 void fun5() in fun5() function
126 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
/external/llvm-project/clang/test/SemaCXX/
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()
Dqual-id-test.cpp112 void fun5() in fun5() function
126 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Dext-of-icmp-cost.ll47 define i64 @fun5(i1 %v) {
48 ; CHECK-LABEL: 'fun5'
Dcmp-ext-02.ll56 define i16 @fun5(i16 %val1, i16 %val2) {
61 ; CHECK: fun5
/external/clang/test/Sema/
Dalias-redefinition.c24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expec… in fun5() function
/external/llvm-project/clang/test/Sema/
Dalias-redefinition.c23 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{definition 'fun5' cannot also be … in fun5() function
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-sext.ll42 define <2 x i64> @fun5(<2 x i16> %val1) {
43 ; CHECK-LABEL: fun5:
Dint-cmp-57.ll69 define i32 @fun5(i32 %arg) {
70 ; CHECK-LABEL: fun5:
Dvec-zext.ll43 define <2 x i64> @fun5(<2 x i16> %val1) {
44 ; CHECK-LABEL: fun5:
Dint-cmp-56.ll140 define i32 @fun5(i32 %arg, i32 %arg2, i32 %arg3) {
141 ; CHECK-LABEL: fun5:
Dfunction-attributes-01.ll76 define <2 x double> @fun5(<2 x double>* %A) #5 {
77 ; CHECK-LABEL: fun5:
Dvec-move-23.ll82 define void @fun5(<2 x i16> %Src, <2 x double>* %Dst) {
83 ; CHECK-LABEL: fun5:
Dstack-clash-protection.ll142 define void @fun5() #0 "stack-probe-size"="4100" {
143 ; CHECK-LABEL: fun5:
Dfoldmemop-vec-unary.mir12 define float @fun5(float %arg0) { ret float 0.0 }
161 # CHECK-LABEL: fun5:
164 name: fun5
Dfoldmemop-vec-cmp.mir12 define void @fun5(float %arg0, float %arg1, float* %Dst) { ret void }
206 # CHECK-LABEL: fun5:
210 name: fun5
/external/clang/test/OpenMP/
Ddeclare_reduction_messages.c35 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
Ddeclare_reduction_messages.cpp56 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll68 define i64 @fun5(i16 zeroext %v) {
76 ; CHECK-LABEL: @fun5
/external/llvm-project/clang/test/OpenMP/
Ddeclare_reduction_messages.c37 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
Ddeclare_reduction_messages.cpp72 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
/external/llvm-project/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll66 define i64 @fun5(i16 zeroext %v) {
67 ; CHECK-LABEL: fun5:
/external/clang/test/CodeGenCXX/
Dmangle.cpp1042 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function
1057 template void fun5<int>();
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle.cpp1043 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function
1058 template void fun5<int>();

12