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

  /external/v8/test/mjsunit/compiler/
lazy-deopt-in-literal.js 8 %DeoptimizeFunction(fun3);
11 function fun3() { function
16 fun3();
17 fun3();
18 %OptimizeFunctionOnNextCall(fun3);
19 var y = fun3();
  /external/clang/test/Sema/
alias-redefinition.c 15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}}
16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 67 int* fun3();
86 if (fun3 == 0) {}
87 // expected-warning@-1{{comparison of function 'fun3' equal to a null pointer is always false}}
99 if (nullptr != fun3) {}
100 // expected-warning@-1{{comparison of function 'fun3' not equal to a null pointer is always true}}
member-expr.cpp 142 S fun3(int i=0); // expected-note{{possible target for call}}
143 int fun3(int i, int j); // expected-note{{possible target for call}}
145 return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
166 Vec fun3(int x = 0);
167 int test3() { return fun3.size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
qual-id-test.cpp 79 void fun3() function in namespace:C
  /external/v8/test/mjsunit/
object-literal-overwrite.js 127 function fun3() { function
132 var y = fun3();
  /external/clang/test/CodeGenCXX/
mangle.cpp 1038 decltype(S1<T>().~U()) fun3() {} function in namespace:test51
1053 template void fun3<S1<int>, int>();
  /external/v8/test/cctest/
test-api.cc 5117 const char* fun3 = "f(12, 13)"; local
    [all...]

Completed in 1370 milliseconds