Home
last modified time | relevance | path

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

/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/clang/test/Sema/
Dalias-redefinition.c24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expec… in fun5() function
/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/clang/test/CodeGenCXX/
Dmangle.cpp1042 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function
1057 template void fun5<int>();