Home
last modified time | relevance | path

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

12345678

/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/python/cpython2/Doc/library/
Dtabnanny.rst1 :mod:`tabnanny` --- Detection of ambiguous indentation
50 Raised by :func:`tokeneater` if detecting an ambiguous indent. Captured and
/external/curl/tests/data/
Dtest92427 SMTP ambiguous VRFY
/external/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
/external/python/cpython2/Doc/c-api/
Dcapsule.rst73 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
83 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
93 code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td160 // Some encodings are ambiguous except by comparing field values.
362 // This class is ambiguous with other branches:
377 // This class is ambiguous with other branches:
392 // This class is ambiguous with other branches:
/external/ply/ply/
DANNOUNCE24 precedence rules, and ambiguous grammars.
/external/clang/test/Sema/
Doverloadable.c109 …void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an express… in fn_type_conversions() local
/external/bison/runtime-po/
Dzh_TW.po24 msgid "syntax is ambiguous"
Dtr.po25 msgid "syntax is ambiguous"
Dbison-runtime.pot25 msgid "syntax is ambiguous"
Dky.po26 msgid "syntax is ambiguous"
Del.po25 msgid "syntax is ambiguous"
Duk.po25 msgid "syntax is ambiguous"
Dsr.po26 msgid "syntax is ambiguous"
Dja.po25 msgid "syntax is ambiguous"
Dru.po28 msgid "syntax is ambiguous"
Dth.po28 msgid "syntax is ambiguous"
Dzh_CN.po24 msgid "syntax is ambiguous"
Dsq.po25 msgid "syntax is ambiguous"
Dnl.po25 msgid "syntax is ambiguous"

12345678