Home
last modified time | relevance | path

Searched refs:foo__bar (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dreserved-identifier.c13 int foo__bar(void) { return 0; } // no-warning in foo__bar() function
53 return foo__bar(); // no-warning in foobar()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreserved-identifier.cpp3 int foo__bar() { return 0; } // expected-warning {{identifier 'foo__bar' is reserved because it … in foo__bar() function
72 return foo__bar(); // no-warning in foobar()