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

  /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 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 mean to call it with no arguments?}}
162 Vec fun3(int x = 0);
163 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/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 127 function fun3() { function
132 var y = fun3();
  /external/chromium_org/v8/test/cctest/
test-api.cc 4594 const char* fun3 = "f(12, 13)"; local
    [all...]

Completed in 259 milliseconds