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

  /external/clang/test/Sema/
alias-redefinition.c 24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}} function
  /external/clang/test/SemaCXX/
member-expr.cpp 149 S fun5(int i); // expected-note{{possible target for call}}
150 S fun5(float f); // expected-note{{possible target for call}}
152 return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
qual-id-test.cpp 100 void fun5() function in namespace:C
114 fun5<A::sub>(); // expected-note{{instantiation}}
  /external/chromium_org/v8/test/cctest/
test-api.cc 4607 const char* fun5 = "f(17, 18, 19, 20)"; local
    [all...]

Completed in 119 milliseconds