Searched refs:ambig (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp35 } constexpr ambig; variable in typeref:struct:Ambiguous
39 constexpr int test_ambiguous = ambig; // ok
50 auto new4 = new int[1][ambig]; // expected-error {{ambiguous conversion}}
58 enum4 = ambig // expected-error {{ambiguous conversion}}
67 int alignas(ambig) alignas4; // expected-error {{ambiguous conversion}}
76 int array4[ambig]; // expected-error {{non-integer type}}
84 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
/external/grub/lib/
H A Dgetopt.c649 int ambig = 0;
678 ambig = 1;
681 if (ambig && !exact)
806 int ambig = 0;
865 ambig = 1;
867 if (ambig && !exact)
645 int ambig = 0; local
802 int ambig = 0; local
/external/bison/lib/
H A Dgetopt.c493 int ambig = 0;
525 ambig = 1;
528 if (ambig && !exact)
811 int ambig = 0;
892 ambig = 1;
894 if (ambig && !exact)
489 int ambig = 0; local
807 int ambig = 0; local

Completed in 366 milliseconds