/external/clang/test/CodeGen/ |
debug-info-args.c | 3 int somefunc(char *x, int y, double z) { function
|
/external/clang/test/SemaCXX/ |
function-overload-typo-crash.cpp | 14 template <typename T> void somefunc(T*, T*); //expected-note {{'somefunc' declared here}} 15 template <typename T> void somefunc(const T[]); //expected-note {{'somefunc' declared here}} 16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared here}} 17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' declared here}} 23 somefun(i, j); //expected-error {{use of undeclared identifier 'somefun'; did you mean 'somefunc'?}} 24 somefun(x); //expected-error {{use of undeclared identifier 'somefun'; did you mean 'somefunc'?} [all...] |
typo-correction.cpp | 238 void somefunc(); // expected-note{{'::outer::somefunc' declared here}} 239 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}} 242 void somefunc(int) { function in namespace:outer::inner 243 someFunc(); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}} 244 someFunc(1, 2); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?} [all...] |
/external/clang/test/Sema/ |
constant-builtins.c | 24 short somefunc(); 26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 239 void somefunc(void) [all...] |