Searched refs:fun3 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmember-expr.cpp133 S fun3(int i=0); // expected-note{{possible target for call}}
134 int fun3(int i, int j); // expected-note{{possible target for call}}
136 return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
H A Dqual-id-test.cpp79 void fun3() function in namespace:C
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js111 function fun3() { function
116 var y = fun3();
/external/v8/test/cctest/
H A Dtest-api.cc2120 const char* fun3 = "f(12, 13)"; local
2121 Local<v8::Array> a2 = CompileRun(fun3).As<v8::Array>();

Completed in 186 milliseconds