Searched refs:fun5 (Results 1 – 6 of 6) sorted by relevance
149 S fun5(int i); // expected-note{{possible target for call}}150 S fun5(float f); // expected-note{{possible target for call}}152 …return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g5()
100 void fun5() in fun5() function114 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expec… in fun5() function
68 define i64 @fun5(i16 zeroext %v) {76 ; CHECK-LABEL: @fun5
1042 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function1057 template void fun5<int>();
4607 const char* fun5 = "f(17, 18, 19, 20)"; in THREADED_TEST() local4608 Local<v8::Array> a4 = CompileRun(fun5).As<v8::Array>(); in THREADED_TEST()