Searched refs:ambiguous (Results 1 – 25 of 184) sorted by relevance
12345678
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-scalars.cpp | 83 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()
|
D | cxx0x-initializer-stdinitializerlist.cpp | 89 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/ |
D | unicode.c | 244 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/ |
D | redecl-merge.m | 29 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/ |
D | argmatch.c | 89 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/ |
D | tabnanny.rst | 1 :mod:`tabnanny` --- Detection of ambiguous indentation 50 Raised by :func:`tokeneater` if detecting an ambiguous indent. Captured and
|
/external/curl/tests/data/ |
D | test924 | 27 SMTP ambiguous VRFY
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-in-class-extension.m | 30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
|
/external/python/cpython2/Doc/c-api/ |
D | capsule.rst | 73 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/ |
D | Mips32r6InstrFormats.td | 160 // 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/ |
D | ANNOUNCE | 24 precedence rules, and ambiguous grammars.
|
/external/clang/test/Sema/ |
D | overloadable.c | 109 …void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an express… in fn_type_conversions() local
|
/external/bison/runtime-po/ |
D | zh_TW.po | 24 msgid "syntax is ambiguous"
|
D | tr.po | 25 msgid "syntax is ambiguous"
|
D | bison-runtime.pot | 25 msgid "syntax is ambiguous"
|
D | ky.po | 26 msgid "syntax is ambiguous"
|
D | el.po | 25 msgid "syntax is ambiguous"
|
D | uk.po | 25 msgid "syntax is ambiguous"
|
D | sr.po | 26 msgid "syntax is ambiguous"
|
D | ja.po | 25 msgid "syntax is ambiguous"
|
D | ru.po | 28 msgid "syntax is ambiguous"
|
D | th.po | 28 msgid "syntax is ambiguous"
|
D | zh_CN.po | 24 msgid "syntax is ambiguous"
|
D | sq.po | 25 msgid "syntax is ambiguous"
|
D | nl.po | 25 msgid "syntax is ambiguous"
|
12345678