Searched refs:ambig (Results 1 – 9 of 9) sorted by relevance
35 } constexpr ambig; variable39 constexpr int test_ambiguous = ambig; // ok50 auto new4 = new int[1][ambig]; // expected-error {{ambiguous conversion}}58 enum4 = ambig // expected-error {{ambiguous conversion}}67 alignas(ambig) int alignas4; // expected-error {{ambiguous conversion}}76 int array4[ambig]; // expected-error {{non-integer type}}84 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
648 int ambig = 0; local680 ambig = 1;683 if (ambig && !exact)809 int ambig = 0; local868 ambig = 1;870 if (ambig && !exact)
105 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable110 static const char ambig[] = "ambiguous option -- %.*s"; variable260 warnx(ambig, in parse_long_options()
93 static const char ambig[] = "ambiguous option -- %.*s"; variable201 fprintf(stderr, ambig, (int)current_argv_len, in parse_long_options()
641 extern int ambig(float), ambig(int);642 i1(ambig); // expected-error {{no matching function}}643 i2(0, 0, ambig);
168 6.8 [stmt.ambig]200 8.2 [dcl.ambig.res]
237 * Added MachineProbe class to make it easier to highlight ambig paths in752 still warned about $r41 being ambig.796 * Fixed ANTLR-202. These now give warnings about ambig ref to $a.2751 * didn't warn of ambig ref to $expr in rewrite; fixed.2852 * When resolving ambig DFA states predicates, I did not add the new states
664 // 2nd alt and optional branch ambig due to
1181 * didn't warn of ambig ref to $expr in rewrite; fixed.1282 * When resolving ambig DFA states predicates, I did not add the new states