/external/clang/test/CXX/expr/expr.const/ |
p5-0x.cpp | 35 } 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 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}}
|
/ndk/sources/host-tools/make-3.81/ |
getopt.c | 631 int ambig = 0; 660 ambig = 1; 663 if (ambig && !exact) 787 int ambig = 0; 846 ambig = 1; 848 if (ambig && !exact) 628 int ambig = 0; local 784 int ambig = 0; local
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 121 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable 126 static const char ambig[] = "ambiguous option -- %.*s"; variable 263 warnx(ambig,
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
getopt_long.c | 93 static const char ambig[] = "ambiguous option -- %.*s"; variable 201 fprintf(stderr, ambig, (int)current_argv_len,
|
/external/mesa3d/src/getopt/ |
getopt_long.c | 93 static const char ambig[] = "ambiguous option -- %.*s"; variable 201 fprintf(stderr, ambig, (int)current_argv_len,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.c | 488 int ambig = 0; 520 ambig = 1; 523 if (ambig && !exact) 806 int ambig = 0; 887 ambig = 1; 889 if (ambig && !exact) 484 int ambig = 0; local 802 int ambig = 0; local
|
/external/clang/test/CXX/drs/ |
dr3xx.cpp | 645 extern int ambig(float), ambig(int); 646 i1(ambig); // expected-error {{no matching function}} 647 i2(0, 0, ambig); [all...] |
/external/bison/lib/ |
getopt.c | 842 int ambig = 0; 929 ambig = 1; 931 if (ambig && !exact) 838 int ambig = 0; local [all...] |