Home
last modified time | relevance | path

Searched defs:bob (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A D2006-03-03-MissingInitializer.c8 struct X bob = { &nate, 14 }; in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-shadow.cpp155 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
/llvm-project/clang/test/Sema/
H A Dwarn-shadow.c64 int bob; // expected-warning {{declaration shadows a variable in the global scope}} in test8() local