Searched refs:fun3 (Results 1 – 8 of 8) sorted by relevance
138 S fun3(int i=0); // expected-note{{possible target for call}}139 int fun3(int i, int j); // expected-note{{possible target for call}}141 …return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g3()162 Vec fun3(int x = 0);163 …int test3() { return fun3.size(); } // expected-error {{base of member reference is a function; pe… in test3()
67 int* fun3();86 if (fun3 == 0) {} in test()99 if (nullptr != fun3) {} in test()
79 void fun3() in fun3() function
15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}}16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
127 function fun3() { function132 var y = fun3();
40 define i32 @fun3(i16 zeroext %v) {48 ; CHECK-LABEL: @fun3
1038 decltype(S1<T>().~U()) fun3() {} in fun3() function1053 template void fun3<S1<int>, int>();
4594 const char* fun3 = "f(12, 13)"; in THREADED_TEST() local4595 Local<v8::Array> a2 = CompileRun(fun3).As<v8::Array>(); in THREADED_TEST()