Home
last modified time | relevance | path

Searched refs:ConstraintsNotSatisfied (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3105 return TemplateDeductionResult::ConstraintsNotSatisfied; in CheckDeducedArgumentConstraints()
3173 bool ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction() local
3179 /*UpdateArgsWithConversions=*/true, &ConstraintsNotSatisfied)) in FinishTemplateArgumentDeduction()
3180 return ConstraintsNotSatisfied in FinishTemplateArgumentDeduction()
3181 ? TemplateDeductionResult::ConstraintsNotSatisfied in FinishTemplateArgumentDeduction()
3928 return TemplateDeductionResult::ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction()
H A DSemaOverload.cpp773 case TemplateDeductionResult::ConstraintsNotSatisfied: { in MakeDeductionFailureInfo()
822 case TemplateDeductionResult::ConstraintsNotSatisfied: in Destroy()
857 case TemplateDeductionResult::ConstraintsNotSatisfied: in getTemplateParameter()
902 case TemplateDeductionResult::ConstraintsNotSatisfied: in getTemplateArgumentList()
926 case TemplateDeductionResult::ConstraintsNotSatisfied: in getFirstArg()
959 case TemplateDeductionResult::ConstraintsNotSatisfied: in getSecondArg()
10660 TemplateDeductionResult::ConstraintsNotSatisfied && in NotValidBecauseConstraintExprHasError()
11597 case TemplateDeductionResult::ConstraintsNotSatisfied: { in DiagnoseBadDeduction()
12164 case TemplateDeductionResult::ConstraintsNotSatisfied: in RankDeductionFailure()
H A DSemaTemplate.cpp5281 bool UpdateArgsWithConversions, bool *ConstraintsNotSatisfied, in CheckTemplateArgumentList() argument
5284 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
5285 *ConstraintsNotSatisfied = false; in CheckTemplateArgumentList()
5593 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
5594 *ConstraintsNotSatisfied = true; in CheckTemplateArgumentList()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h435 ConstraintsNotSatisfied, enumerator
11725 bool *ConstraintsNotSatisfied = nullptr, bool PartialOrderingTTP = false);