HomeSort by relevance Sort by last modified time
    Searched refs:Ambiguous (Results 1 - 23 of 23) 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 249 struct Ambiguous {
250 Ambiguous();
251 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
252 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
260 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();
208 if (TPR != TPResult::Ambiguous())
244 return TPResult::Ambiguous();
262 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;
419 if (ResultKind == Ambiguous) {
610 ResultKind = Ambiguous;
637 AmbiguityKind Ambiguity; // ill-defined unless ambiguous
Overload.h 41 OR_Ambiguous, ///< Ambiguous candidates found.
293 /// Represents an ambiguous user-defined conversion sequence.
391 /// ambiguous conversion (C++0x [over.best.ics]p10).
421 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
435 /// details of the ambiguous conversion.
436 AmbiguousConversionSequence Ambiguous;
459 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
482 /// sequences and ambiguous conversion sequences the same rank,
535 Ambiguous.construct()
    [all...]
Sema.h 690 Ambiguous,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 317 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
320 assert((Paths != NULL) == (ResultKind == Ambiguous &&
357 // Don't do any extra resolution if we've already resolved as ambiguous.
358 if (ResultKind == Ambiguous) return;
363 bool Ambiguous = false;
409 Ambiguous = true;
419 Ambiguous = true;
434 if (HideTags && HasTag && !Ambiguous &&
440 Ambiguous = true;
446 Ambiguous = true
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateVariadic.cpp 834 case LookupResult::Ambiguous:
SemaOverload.cpp 516 OS << "Ambiguous conversion";
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp 264 case LookupResult::Ambiguous:
297 // We found a type within the ambiguous lookup; diagnose the
754 case LookupResult::Ambiguous:
764 // ambiguous.
766 // This filtering can make an ambiguous result into an unambiguous one,
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp 106 // ambiguous.
174 // 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/lib/Lex/
PPMacroExpansion.cpp 95 bool Ambiguous = StoredMD->isAmbiguous();
102 if (!Ambiguous) {
103 Ambiguous = true;
112 // If there are ambiguous definitions, and we didn't match any other
113 // definition, then mark us as ambiguous.
114 if (Ambiguous && !MatchedOther)
388 // If the macro definition is ambiguous, complain.
    [all...]
  /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 743 milliseconds