HomeSort by relevance Sort by last modified time
    Searched refs:fun5 (Results 1 - 5 of 5) 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 153 S fun5(int i); // expected-note{{possible target for call}}
154 S fun5(float f); // expected-note{{possible target for call}}
156 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/clang/test/CodeGenCXX/
mangle.cpp 1042 decltype(S1<int>().~S1<T>()) fun5(){}; function in namespace:test51
1057 template void fun5<int>();
  /external/v8/test/cctest/
test-api.cc 5145 const char* fun5 = "f(17, 18, 19, 20)"; local
    [all...]

Completed in 595 milliseconds