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

  /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 233 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
234 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
237 void somefunc(int) { function in namespace:outer::inner
238 someFunc(); // expected-error{{use of undeclared identifier 'someFunc'; did you mean '::outer::somefunc'?}}
239 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/ltrace/testsuite/ltrace.main/
parameters2.exp 251 addr somefunc();
253 void *somefunc(void);
255 void *somefunc(void) {
259 somefunc();
260 }] {somefunc\(\) *= nil} == 1

Completed in 315 milliseconds