Searched refs:ambig (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 35 } constexpr ambig; variable 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 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}}
|
/external/flac/src/share/getopt/ |
D | getopt.c | 650 int ambig = 0; in share___getopt_internal() local 678 ambig = 1; in share___getopt_internal() 681 if (ambig && !exact) in share___getopt_internal() 807 int ambig = 0; in share___getopt_internal() local 866 ambig = 1; in share___getopt_internal() 868 if (ambig && !exact) in share___getopt_internal()
|
/external/libusb/msvc/getopt/ |
D | getopt.c | 648 int ambig = 0; local 680 ambig = 1; 683 if (ambig && !exact) 809 int ambig = 0; local 868 ambig = 1; 870 if (ambig && !exact)
|
/external/tcpdump/missing/ |
D | getopt_long.c | 107 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable 112 static const char ambig[] = "ambiguous option -- %.*s"; variable 280 warnx(ambig, in parse_long_options()
|
/external/sg3_utils/getopt_long/ |
D | getopt_long.c | 101 static const char ambig[] = "ambiguous option -- %.*s"; variable 364 fprintf(stderr, ambig, (int)current_argv_len, in getopt_long()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 93 static const char ambig[] = "ambiguous option -- %.*s"; variable 201 fprintf(stderr, ambig, (int)current_argv_len, in parse_long_options()
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 641 extern int ambig(float), ambig(int); 642 i1(ambig); // expected-error {{no matching function}} 643 i2(0, 0, ambig);
|
/external/clang/test/ |
D | cxx-sections.data | 168 6.8 [stmt.ambig] 200 8.2 [dcl.ambig.res]
|
/external/antlr/tool/ |
D | CHANGES.txt | 316 * Added MachineProbe class to make it easier to highlight ambig paths in 831 still warned about $r41 being ambig. 875 * Fixed ANTLR-202. These now give warnings about ambig ref to $a. 2830 * didn't warn of ambig ref to $expr in rewrite; fixed. 2931 * When resolving ambig DFA states predicates, I did not add the new states
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLR.g | 680 // 2nd alt and optional branch ambig due to
|
/external/antlr/runtime/C/ |
D | README | 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
|