/external/clang/test/SemaCXX/ |
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()
|
D | qual-id-test.cpp | 112 void fun5() in fun5() function 126 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
|
/external/llvm-project/clang/test/SemaCXX/ |
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()
|
D | qual-id-test.cpp | 112 void fun5() in fun5() function 126 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
|
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/ |
D | ext-of-icmp-cost.ll | 47 define i64 @fun5(i1 %v) { 48 ; CHECK-LABEL: 'fun5'
|
D | cmp-ext-02.ll | 56 define i16 @fun5(i16 %val1, i16 %val2) { 61 ; CHECK: fun5
|
/external/clang/test/Sema/ |
D | alias-redefinition.c | 24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expec… in fun5() function
|
/external/llvm-project/clang/test/Sema/ |
D | alias-redefinition.c | 23 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{definition 'fun5' cannot also be … in fun5() function
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | vec-sext.ll | 42 define <2 x i64> @fun5(<2 x i16> %val1) { 43 ; CHECK-LABEL: fun5:
|
D | int-cmp-57.ll | 69 define i32 @fun5(i32 %arg) { 70 ; CHECK-LABEL: fun5:
|
D | vec-zext.ll | 43 define <2 x i64> @fun5(<2 x i16> %val1) { 44 ; CHECK-LABEL: fun5:
|
D | int-cmp-56.ll | 140 define i32 @fun5(i32 %arg, i32 %arg2, i32 %arg3) { 141 ; CHECK-LABEL: fun5:
|
D | function-attributes-01.ll | 76 define <2 x double> @fun5(<2 x double>* %A) #5 { 77 ; CHECK-LABEL: fun5:
|
D | vec-move-23.ll | 82 define void @fun5(<2 x i16> %Src, <2 x double>* %Dst) { 83 ; CHECK-LABEL: fun5:
|
D | stack-clash-protection.ll | 142 define void @fun5() #0 "stack-probe-size"="4100" { 143 ; CHECK-LABEL: fun5:
|
D | foldmemop-vec-unary.mir | 12 define float @fun5(float %arg0) { ret float 0.0 } 161 # CHECK-LABEL: fun5: 164 name: fun5
|
D | foldmemop-vec-cmp.mir | 12 define void @fun5(float %arg0, float %arg1, float* %Dst) { ret void } 206 # CHECK-LABEL: fun5: 210 name: fun5
|
/external/clang/test/OpenMP/ |
D | declare_reduction_messages.c | 35 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
|
D | declare_reduction_messages.cpp | 56 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
|
/external/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 68 define i64 @fun5(i16 zeroext %v) { 76 ; CHECK-LABEL: @fun5
|
/external/llvm-project/clang/test/OpenMP/ |
D | declare_reduction_messages.c | 37 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expec…
|
D | declare_reduction_messages.cpp | 72 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) …
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 66 define i64 @fun5(i16 zeroext %v) { 67 ; CHECK-LABEL: fun5:
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 1042 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function 1057 template void fun5<int>();
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle.cpp | 1043 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function 1058 template void fun5<int>();
|