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 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...]

Completed in 506 milliseconds