Searched defs:ambiguous (Results 1 – 9 of 9) sorted by relevance
213 Set<String> ambiguous = ambiguousNames(typeUtils, typesInScope); in findImports() local299 Set<String> ambiguous = new HashSet<>(); in ambiguousNames() local
109 …void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an express… in fn_type_conversions() local
111 …void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an express… in fn_type_conversions() local
261 bool ambiguous = false; in IsAmbiguous() local
52 bool ambiguous = false; in IsAmbiguous() local
203 namespace ambiguous { namespace
202 namespace ambiguous { namespace
290 bool ambiguous = false; in FindInterveningFrames() member
353 def _test_ambiguous_time(self, dt, tzid, ambiguous): argument