Searched refs:bob1 (Results 1 – 2 of 2) sorted by relevance
145 typedef int bob1; // expected-note 2 {{previous declaration is here}} typedef155 int bob1; //no warning in test8() local161 typedef int bob1; // expected-warning {{declaration shadows a typedef in the global namespace}} in test9() typedef167 using bob1=int; // expected-warning {{declaration shadows a typedef in the global namespace}} in test10() typedef
42 UserPrincipal bob1 = service.lookupPrincipalByName("bob"); in testUserLookupService() local46 assertThat(bob1).isEqualTo(bob2); in testUserLookupService()47 assertThat(bob1).isNotEqualTo(alice); in testUserLookupService()