Searched defs:_Bar (Results 1 – 2 of 2) sorted by relevance
15 static int _Bar(void) { return 0; } // expected-warning {{identifier '_Bar' is reserved because it … in _Bar() function
5 static int _Bar() { return 0; } // expected-warning {{identifier '_Bar' is reserved because it starts with '_' followed by a capital letter}} in _Bar() function