Searched defs:foo__bar (Results 1 – 2 of 2) sorted by relevance
13 int foo__bar(void) { return 0; } // no-warning in foo__bar() function
3 int foo__bar() { return 0; } // expected-warning {{identifier 'foo__bar' is reserved because it contains '__'}} in foo__bar() function