Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 151) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp83 void ambiguous(int, double); // expected-note {{candidate}} in overloaded_call()
84 void ambiguous(double, int); // expected-note {{candidate}} in overloaded_call()
85 ambiguous({0}, {0}); // expected-error {{ambiguous}} in overloaded_call()
Dcxx0x-initializer-stdinitializerlist.cpp89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}} in overloaded_call()
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}} in overloaded_call()
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}} in overloaded_call()
/external/libvterm/src/
Dunicode.c244 static const struct interval ambiguous[] = { in mk_wcwidth_cjk() local
300 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
301 sizeof(ambiguous) / sizeof(struct interval) - 1)) in mk_wcwidth_cjk()
/external/clang/test/Modules/
Dredecl-merge.m29 eventually_noreturn2(); // expected-error{{call to 'eventually_noreturn2' is ambiguous}}
84 T2 *dp = &d; // expected-error{{reference to 'T2' is ambiguous}}
92 func2(i); // expected-error{{call to 'func2' is ambiguous}}
99 var2 = i; // expected-error{{reference to 'var2' is ambiguous}}
102 var3 = i; // expected-error{{reference to 'var3' is ambiguous}}
/external/bison/lib/
Dargmatch.c89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ in argmatch() local
113 ambiguous = true; in argmatch()
118 if (ambiguous) in argmatch()
/external/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td141 // Some encodings are ambiguous except by comparing field values.
343 // This class is ambiguous with other branches:
358 // This class is ambiguous with other branches:
373 // This class is ambiguous with other branches:
/external/bison/runtime-po/
Dbison-runtime.pot25 msgid "syntax is ambiguous"
Dtr.po25 msgid "syntax is ambiguous"
Dzh_TW.po24 msgid "syntax is ambiguous"
Duk.po25 msgid "syntax is ambiguous"
Dth.po28 msgid "syntax is ambiguous"
Dru.po28 msgid "syntax is ambiguous"
Dsr.po26 msgid "syntax is ambiguous"
Dzh_CN.po24 msgid "syntax is ambiguous"
Dky.po26 msgid "syntax is ambiguous"
Dja.po25 msgid "syntax is ambiguous"
Del.po25 msgid "syntax is ambiguous"
Dda.po28 msgid "syntax is ambiguous"
Dsv.po27 msgid "syntax is ambiguous"
Dfi.po27 msgid "syntax is ambiguous"
Dnl.po25 msgid "syntax is ambiguous"
Dde.po25 msgid "syntax is ambiguous"
Dms.po26 msgid "syntax is ambiguous"
Did.po27 msgid "syntax is ambiguous"

1234567