Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-shadow.cpp145 typedef int bob1; // expected-note 2 {{previous declaration is here}} typedef
155 int bob1; //no warning in test8() local
161 typedef int bob1; // expected-warning {{declaration shadows a typedef in the global namespace}} in test9() typedef
167 using bob1=int; // expected-warning {{declaration shadows a typedef in the global namespace}} in test10() typedef
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DUserLookupServiceTest.java42 UserPrincipal bob1 = service.lookupPrincipalByName("bob"); in testUserLookupService() local
46 assertThat(bob1).isEqualTo(bob2); in testUserLookupService()
47 assertThat(bob1).isNotEqualTo(alice); in testUserLookupService()