HomeSort by relevance Sort by last modified time
    Searched defs:somefunc (Results 1 - 2 of 2) 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/
typo-correction.cpp 235 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'?}
    [all...]

Completed in 255 milliseconds