OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ambiguous
(Results
101 - 125
of
1010
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp
105
f1(0); // expected-error {{
ambiguous
}}
106
f2(0); // expected-error {{
ambiguous
}}
function-template-specialization.cpp
27
template<> void f1(int (&array)[17]); // expected-error{{
ambiguous
}}
instantiate-member-expr.cpp
37
a = 0; // should not be
ambiguous
member-access-expr.cpp
32
x.CrazyBase::f0(); // expected-error{{
ambiguous
}} \
/external/chromium_org/chrome/browser/metrics/
metrics_network_observer.h
25
// Resets the "
ambiguous
" flags. Call when the environment is recorded.
/external/chromium_org/chrome/renderer/resources/extensions/
messaging_utils.js
23
// options (third argument) is optional. It can also be
ambiguous
which
/external/clang/test/SemaCXX/
copy-initialization.cpp
16
X x2a(0); // expected-error{{call to constructor of 'X' is
ambiguous
}}
cstyle-cast.cpp
54
struct H : public G1, public G2 {}; //
Ambiguous
path to B.
130
(void)(H*)((A*)0); // expected-error {{
ambiguous
cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
131
(void)(H&)(*((A*)0)); // expected-error {{
ambiguous
cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
162
(void)(int A::*)((int H::*)0); // expected-error {{
ambiguous
conversion from pointer to member of derived class 'H' to pointer to member of base class 'A':}}
cxx98-compat.cpp
248
struct
Ambiguous
{
249
Ambiguous
();
250
Ambiguous
(const
Ambiguous
&, int = 0); // expected-note {{candidate}}
251
Ambiguous
(const
Ambiguous
&, double = 0); // expected-note {{candidate}}
259
const
Ambiguous
&c =
Ambiguous
(); // expected-warning {{copying variable of type 'CopyCtorIssues::
Ambiguous
' when binding a reference to a temporary would find
ambiguous
constructors in C++98}
[
all
...]
conversion-function.cpp
68
Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is
ambiguous
}}
93
if (a) { } // expected-error {{conversion from 'Yb' to 'bool' is
ambiguous
}}
309
int i = ud; // expected-error{{
ambiguous
conversion from derived class 'rdar8018274::SuperDerived' to base class 'rdar8018274::Base'}}
functional-cast.cpp
86
struct H : public G1, public G2 {}; //
Ambiguous
path to B.
187
(void)Hp((A*)0); // expected-error {{
ambiguous
cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
189
(void)Hr(*((A*)0)); // expected-error {{
ambiguous
cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
223
(void)Amp((int H::*)0); // expected-error {{
ambiguous
conversion from pointer to member of derived class 'H' to pointer to member of base class 'A':}}
namespace-alias.cpp
26
namespace D = B; // expected-error {{reference to 'B' is
ambiguous
}}
/external/icu4c/test/cintltst/
ccaltst.h
68
* Test
ambiguous
wall time
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp
57
Base &br5 = diamond; // expected-error{{
ambiguous
conversion from derived class 'Diamond' to base class 'Base':}}
100
Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is
ambiguous
}}
134
const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is
ambiguous
}}
/external/clang/test/Modules/
cxx-templates.cpp
37
template_param_kinds_2<Tmpl_T_I_I>(); // expected-error {{
ambiguous
}}
43
template_param_kinds_3<Tmpl_T_T_A>(); // expected-error {{
ambiguous
}}
46
template_param_kinds_3<Tmpl_T_T_B>(); // expected-error {{
ambiguous
}}
macros.c
115
TOP_RIGHT_REDEF *fp = &f; // expected-warning{{
ambiguous
expansion of macro 'TOP_RIGHT_REDEF'}}
118
LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{
ambiguous
expansion of macro 'LEFT_RIGHT_DIFFERENT'}}
119
LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{
ambiguous
expansion of macro 'LEFT_RIGHT_DIFFERENT2}}
/external/clang/include/clang/Sema/
Overload.h
42
OR_Ambiguous, ///<
Ambiguous
candidates found.
294
/// Represents an
ambiguous
user-defined conversion sequence.
392
///
ambiguous
conversion (C++0x [over.best.ics]p10).
422
if (ConversionKind == AmbiguousConversion)
Ambiguous
.destruct();
436
/// details of the
ambiguous
conversion.
437
AmbiguousConversionSequence
Ambiguous
;
460
case AmbiguousConversion:
Ambiguous
.copyFrom(Other.
Ambiguous
); break;
483
/// sequences and
ambiguous
conversion sequences the same rank,
536
Ambiguous
.construct()
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp
14
bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool*
ambiguous
) {
15
if (
ambiguous
) {
16
*
ambiguous
= false;
22
if (
ambiguous
) {
23
*
ambiguous
= true;
40
if (
ambiguous
) {
41
*
ambiguous
= (pt.fY == pts[1].fY);
50
if (
ambiguous
) {
51
*
ambiguous
= true;
1074
bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool*
ambiguous
) {
[
all
...]
/external/skia/src/core/
SkGeometry.cpp
14
bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool*
ambiguous
) {
15
if (
ambiguous
) {
16
*
ambiguous
= false;
22
if (
ambiguous
) {
23
*
ambiguous
= true;
40
if (
ambiguous
) {
41
*
ambiguous
= (pt.fY == pts[1].fY);
50
if (
ambiguous
) {
51
*
ambiguous
= true;
1074
bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool*
ambiguous
) {
[
all
...]
/build/core/
device.mk
66
$(error Device "$(dn)"
ambiguous
: matches $(d)) \
/external/bison/runtime-po/
bison-runtime.pot
25
msgid "syntax is
ambiguous
"
/external/chromium_org/base/memory/
weak_ptr_unittest.nc
129
#elif defined(NCTEST_AMBIGUOUS_ANCESTORS) // [r"
ambiguous
base"]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp
39
v.set<double>(3.2); // expected-warning{{lookup of 'set' in member access expression is
ambiguous
; using member of 'Value'}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties
19
UpdateBugStateTask.ambiguousRequest=
Ambiguous
request
/external/libpcap/
nametoaddr.c
178
* We need to check /etc/services for
ambiguous
entries.
179
* If we find the
ambiguous
entry, and it has the
195
/* Can't handle
ambiguous
names that refer
197
warning("
ambiguous
port %s in /etc/services",
Completed in 462 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>