Searched defs:bob (Results 1 – 3 of 3) sorted by relevance
8 struct X bob = { &nate, 14 }; in foo() local
155 int bob; // expected-warning {{declaration shadows a variable in the global namespace}} in test8() local 161 typedef int bob; // no warning in test9() typedef 167 using bob=int; // no warning in test10() typedef
64 int bob; // expected-warning {{declaration shadows a variable in the global scope}} in test8() local