Searched defs:Ambiguous (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat-flags.cpp22 struct Ambiguous { struct in namespace:CopyCtorIssues
23 Ambiguous();
24 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
25 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
33 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}}
H A Dcxx98-compat-pedantic.cpp65 struct Ambiguous { struct in namespace:CopyCtorIssues
66 Ambiguous();
67 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
68 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
77 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}}
/external/libcxxabi/test/
H A Dcatch_pointer_reference.pass.cpp36 struct Ambiguous : Derived, Derived2 {}; struct in inherits:Derived,Derived2
314 // Ambiguous *
315 assert_cannot_catch< Base * , Ambiguous *, Ambiguous>();
316 assert_cannot_catch<const Base * , Ambiguous *, Ambiguous>();
317 assert_cannot_catch< volatile Base * , Ambiguous *, Ambiguous>();
318 assert_cannot_catch<const volatile Base * , Ambiguous *, Ambiguous>();
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp31 struct Ambiguous { struct
32 constexpr Ambiguous() {} function in struct:Ambiguous
/external/libbrillo/brillo/http/
H A Dhttp_request.h138 static const int Ambiguous = 300; member in namespace:brillo::http::status_code
/external/clang/include/clang/Sema/
H A DLookup.h57 Ambiguous enumerator in enum:clang::LookupResult::LookupResultKind
243 return getResultKind() == Ambiguous;
427 if (ResultKind == Ambiguous) {
436 if (ResultKind == Ambiguous) {
641 ResultKind = Ambiguous;
H A DOverload.h43 OR_Ambiguous, ///< Ambiguous candidates found.
407 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
422 AmbiguousConversionSequence Ambiguous; member in union:clang::ImplicitConversionSequence::__anon1042
443 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
519 Ambiguous.construct();
H A DSema.h883 Ambiguous, enumerator in enum:clang::Sema::SpecialMemberOverloadResult::Kind
/external/clang/lib/Sema/
H A DSema.cpp1324 bool Ambiguous = false; local
1338 if (!ZeroArgCallReturnTy.isNull() && !Ambiguous) {
1340 Ambiguous = true;
H A DSemaLookup.cpp329 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
332 assert((Paths != nullptr) == (ResultKind == Ambiguous &&
481 if (ResultKind == Ambiguous) return;
486 bool Ambiguous = false; local
548 Ambiguous = true;
569 Ambiguous = true;
585 if (N > 1 && HideTags && HasTag && !Ambiguous &&
594 Ambiguous = true;
599 if (!EquivalentNonFunctions.empty() && !Ambiguous)
606 Ambiguous
[all...]
H A DSemaTemplateInstantiate.cpp2346 bool Ambiguous = false; local
2354 Ambiguous = true;
2359 if (Ambiguous) {
H A DSemaTemplateDeduction.cpp4473 bool Ambiguous = false; local
4481 Ambiguous = true;
4486 if (!Ambiguous) {
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp28 // Ambiguous is a user-defined type that defines its own overloads of cmath
31 struct Ambiguous : std::true_type { // ADL struct in inherits:std::true_type
35 Ambiguous abs(Ambiguous){ return Ambiguous(); }
36 Ambiguous acos(Ambiguous){ return Ambiguous(); }
37 Ambiguous asin(Ambiguous){ retur
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1972 True, False, Ambiguous, Error member in class:clang::Parser::TPResult
1989 /// TPResult::Ambiguous if it could be either a decl-specifier or a
1999 /// \c TPResult::Ambiguous, determine whether the decl-specifier would be
2011 // resolved and tentative parsing may stop. TPResult::Ambiguous indicates
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 289 milliseconds