Searched refs:somefunc (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-info-args.c3 int somefunc(char *x, int y, double z) { function
/external/clang/test/SemaCXX/
H A Dfunction-overload-typo-crash.cpp14 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...]
H A Dtypo-correction.cpp235 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
236 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
239 void somefunc(int) { function in namespace:outer::inner
240 someFunc(); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
241 someFunc(1, 2); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
/external/clang/test/Sema/
H A Dconstant-builtins.c24 short somefunc();
26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
/external/ltrace/testsuite/ltrace.main/
H A Dparameters2.exp251 addr somefunc();
253 void *somefunc(void);
255 void *somefunc(void) {
259 somefunc();
260 }] {somefunc\(\) *= nil} == 1

Completed in 152 milliseconds