/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 6 // [dcl.ambig.res]p1: 26 // [dcl.ambig.res]p3: 35 // [dcl.ambig.res]p4: 43 // [dcl.ambig.res]p5: 50 // [dcl.ambig.res]p6: 57 // [dcl.ambig.res]p7:
|
conditional-expr.cpp | 55 struct Ambig { 157 (void)(i1 ? 1 : Ambig()); // expected-error {{conversion from 'Ambig' to 'int' is ambiguous}} 158 (void)(i1 ? Ambig() : 1); // expected-error {{conversion from 'Ambig' to 'int' is ambiguous}}
|
/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}}
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t049treeparser.py | 427 # AMBIG upon '+' DOWN INT UP etc.. but so what. 458 # AMBIG upon '+' DOWN INT UP etc.. but so what. 489 # AMBIG upon '+' DOWN INT UP etc.. but so what.
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSemanticPredicateEvaluation.java | 81 // "a" is ambig; can match both A, B. Pred says match 2 94 // "a" is ambig; can match both A, B. Pred says match 1 179 // "a" is ambig; can match both A, B. Pred says match A twice
|
TestTreeParsing.java | 285 // AMBIG upon '+' DOWN INT UP etc.. but so what. 309 // AMBIG upon '+' DOWN INT UP etc.. but so what. 333 // AMBIG upon '+' DOWN INT UP etc.. but so what.
|
TestDFAConversion.java | 86 int numWarnings = 2; // ambig upon A 652 // as ambig input 1087 // the (c)+ loopback is ambig because it could match "CASE" [all...] |
/external/bison/runtime-po/ |
ast.po | 26 msgstr "sistasis ye ambig?a"
|
/external/clang/test/SemaTemplate/ |
dependent-base-classes.cpp | 65 namespace Ambig {
|
/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/tcpdump/missing/ |
getopt_long.c | 105 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable 110 static const char ambig[] = "ambiguous option -- %.*s"; variable 260 warnx(ambig,
|
/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
|
/toolchain/binutils/binutils-2.25/libiberty/ |
getopt.c | 652 int ambig = 0; 681 ambig = 1; 684 if (ambig && !exact) 810 int ambig = 0; 869 ambig = 1; 871 if (ambig && !exact) 648 int ambig = 0; local 806 int ambig = 0; local
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vbtables.cpp | 280 struct C : virtual B { int c; }; // ambig 282 struct E : virtual D { int e; }; // ambig 283 struct F : E, D, C, B { int f; }; // ambig 310 struct C : virtual B { int c; }; // ambig 312 struct E : virtual D { int e; }; // ambig 314 struct G : virtual F { int g; }; // ambig 316 struct I : virtual H { int i; }; // ambig 318 struct K : virtual J { int k; }; // ambig
|
/external/mesa3d/src/getopt/ |
getopt_long.c | 93 static const char ambig[] = "ambiguous option -- %.*s"; variable 201 fprintf(stderr, ambig, (int)current_argv_len,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
powerpc.exp | 218 {"ambig shared v1" "-shared -melf64ppc" "" "-a64" {funv1.s} {} "funv1.so"} 219 {"ambig shared v2" "-shared -melf64ppc" "" "-a64" {funv2.s} {} "funv2.so"}
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 99 * more than one DFA state might have syntactically ambig alt prediction. 209 // no syntactically ambig alts were left unresolved by predicates 355 * example can get to all ambig paths. Must isolate for each alt (hence, [all...] |
/external/clang/test/CXX/drs/ |
dr3xx.cpp | 641 extern int ambig(float), ambig(int); 642 i1(ambig); // expected-error {{no matching function}} 643 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...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
decode_test.go | 208 type Ambig struct { 368 ptr: new(Ambig), 369 out: Ambig{First: 1}, [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
decode_test.go | 208 type Ambig struct { 368 ptr: new(Ambig), 369 out: Ambig{First: 1}, [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
plive.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
plive.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
plive.go | [all...] |