HomeSort by relevance Sort by last modified time
    Searched refs:fun2 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/PCH/
struct.c 18 struct Fun2 {
23 return fun2->very_fun;
struct.h 24 struct Fun2;
25 struct Fun2 *fun2; variable in typeref:struct:Fun2
  /external/clang/test/SemaCXX/
member-expr.cpp 127 S fun2(); // expected-note{{possible target for call}}
128 S fun2(int i); // expected-note{{possible target for call}}
130 return fun2.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
qual-id-test.cpp 58 void fun2() function in namespace:C
  /external/v8/test/mjsunit/
object-literal-overwrite.js 100 function fun2() { function
105 var y = fun2();
  /external/v8/test/cctest/
test-api.cc 238 v8::Handle<v8::FunctionTemplate> fun2 = local
244 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
246 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
251 "Fun2(new Cons1(), new Cons2(), 5) == '[object Cons1],[object Cons2],'");
255 "Fun2(new Cons3(), new Cons2(), new Cons1()) == ',[object Cons2],'");
259 "Fun2(new Cons1(), new Cons2(), new Cons3(), 'd') == "
264 "Fun2(new Cons1(), new Cons2()) == '[object Cons1],[object Cons2]'");
2115 const char* fun2 = "f(11)"; local
    [all...]

Completed in 314 milliseconds