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

  /external/clang/test/SemaCXX/
function-redecl.cpp 85 int getit() const; // expected-note {{member declaration does not match because it is const qualified}}
89 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any declaration in 'TestConst'}} function in class:TestConst
  /external/clang/test/Analysis/
fields.c 26 Point getit(void);
29 (void)(p = getit()).x;

Completed in 79 milliseconds