Home
last modified time | relevance | path

Searched refs:ambig (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp35 } 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/llvm-project/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp35 } 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}}
74 int array4[ambig]; // expected-error {{ambiguous conversion}}
82 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
/external/libusb/msvc/getopt/
Dgetopt.c648 int ambig = 0; local
680 ambig = 1;
683 if (ambig && !exact)
809 int ambig = 0; local
868 ambig = 1;
870 if (ambig && !exact)
/external/flac/src/share/getopt/
Dgetopt.c654 int ambig = 0; local
682 ambig = 1;
685 if (ambig && !exact)
811 int ambig = 0; local
870 ambig = 1;
872 if (ambig && !exact)
/external/tcpdump/missing/
Dgetopt_long.c105 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable
110 static const char ambig[] = "ambiguous option -- %.*s"; variable
260 warnx(ambig, in parse_long_options()
/external/mesa3d/src/getopt/
Dgetopt_long.c93 static const char ambig[] = "ambiguous option -- %.*s"; variable
201 fprintf(stderr, ambig, (int)current_argv_len, in parse_long_options()
/external/openssh/openbsd-compat/
Dgetopt_long.c110 static const char ambig[] = "ambiguous option -- %.*s"; variable
218 warnx(ambig, (int)current_argv_len, in parse_long_options()
/external/clang/test/CXX/drs/
Ddr3xx.cpp641 extern int ambig(float), ambig(int);
642 i1(ambig); // expected-error {{no matching function}}
643 i2(0, 0, ambig);
/external/llvm-project/clang/test/CXX/drs/
Ddr3xx.cpp717 extern int ambig(float), ambig(int);
718 i1(ambig); // expected-error {{no matching function}}
719 i2(0, 0, ambig);
/external/llvm-project/lldb/source/Host/common/
DGetOptInc.cpp153 warnx(ambig, (int)current_argv_len, current_argv); in parse_long_options()
/external/clang/test/
Dcxx-sections.data168 6.8 [stmt.ambig]
200 8.2 [dcl.ambig.res]
/external/llvm-project/clang/test/
Dcxx-sections.data168 6.8 [stmt.ambig]
200 8.2 [dcl.ambig.res]
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g680 // 2nd alt and optional branch ambig due to
/external/antlr/tool/
DCHANGES.txt308 * Added MachineProbe class to make it easier to highlight ambig paths in
823 still warned about $r41 being ambig.
867 * Fixed ANTLR-202. These now give warnings about ambig ref to $a.
2822 * didn't warn of ambig ref to $expr in rewrite; fixed.
2923 * When resolving ambig DFA states predicates, I did not add the new states
/external/antlr/runtime/C/
DREADME1181 * 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