HomeSort by relevance Sort by last modified time
    Searched refs:Ambiguous (Results 1 - 22 of 22) sorted by null

  /external/clang/test/SemaCXX/
cxx98-compat-flags.cpp 22 struct Ambiguous {
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}
    [all...]
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...]
  /external/clang/lib/Parse/
ParseTentative.cpp 104 // isCXXDeclarationSpecifier will return TPResult::Ambiguous() only in such
110 if (TPR != TPResult::Ambiguous())
122 // FIXME: Add statistics about the number of ambiguous statements encountered
138 if (TPR == TPResult::Ambiguous())
170 if (TPR == TPResult::Ambiguous())
178 if (TPR != TPResult::Ambiguous())
184 return TPResult::Ambiguous();
218 if (TPR != TPResult::Ambiguous())
258 return TPResult::Ambiguous();
276 if (TPR != TPResult::Ambiguous())
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 31 struct Ambiguous {
32 constexpr Ambiguous() {}
50 auto new4 = new int[1][ambig]; // expected-error {{ambiguous conversion}}
58 enum4 = ambig // expected-error {{ambiguous conversion}}
67 alignas(ambig) int alignas4; // expected-error {{ambiguous conversion}}
84 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
  /external/clang/include/clang/Sema/
Lookup.h 57 Ambiguous
239 return getResultKind() == Ambiguous;
422 if (ResultKind == Ambiguous) {
613 ResultKind = Ambiguous;
640 AmbiguityKind Ambiguity; // ill-defined unless ambiguous
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...]
Sema.h 738 Ambiguous,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 326 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
329 assert((Paths != NULL) == (ResultKind == Ambiguous &&
360 // Don't do any extra resolution if we've already resolved as ambiguous.
361 if (ResultKind == Ambiguous) return;
366 bool Ambiguous = false;
412 Ambiguous = true;
422 Ambiguous = true;
437 if (HideTags && HasTag && !Ambiguous &&
443 Ambiguous = true;
449 Ambiguous = true
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateVariadic.cpp 836 case LookupResult::Ambiguous:
    [all...]
SemaOverload.cpp 525 OS << "Ambiguous conversion";
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp 264 case LookupResult::Ambiguous:
297 // We found a type within the ambiguous lookup; diagnose the
764 case LookupResult::Ambiguous:
774 // ambiguous.
776 // This filtering can make an ambiguous result into an unambiguous one,
    [all...]
SemaTemplate.cpp 107 // ambiguous.
175 // FIXME: we might have ambiguous templates, in which case we
    [all...]
TreeTransform.h     [all...]
  /external/sepolicy/
Android.mk 24 $(error Ambiguous request for sepolicy $(pf). Appears in both \
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1222 milliseconds