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.cpp3180 return TemplateDeductionResult::ConstraintsNotSatisfied; in CheckDeducedArgumentConstraints()
3236 bool ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction() local
3241 &ConstraintsNotSatisfied)) in FinishTemplateArgumentDeduction()
3242 return ConstraintsNotSatisfied in FinishTemplateArgumentDeduction()
3243 ? TemplateDeductionResult::ConstraintsNotSatisfied in FinishTemplateArgumentDeduction()
3953 return TemplateDeductionResult::ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction()
4011 return TemplateDeductionResult::ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction()
6583 case TemplateDeductionResult::ConstraintsNotSatisfied: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
6623 case TemplateDeductionResult::ConstraintsNotSatisfied: in isTemplateTemplateParameterAtLeastAsSpecializedAs()
H A DSemaOverload.cpp802 case TemplateDeductionResult::ConstraintsNotSatisfied: { in MakeDeductionFailureInfo()
851 case TemplateDeductionResult::ConstraintsNotSatisfied: in Destroy()
886 case TemplateDeductionResult::ConstraintsNotSatisfied: in getTemplateParameter()
931 case TemplateDeductionResult::ConstraintsNotSatisfied: in getTemplateArgumentList()
955 case TemplateDeductionResult::ConstraintsNotSatisfied: in getFirstArg()
988 case TemplateDeductionResult::ConstraintsNotSatisfied: in getSecondArg()
11154 TemplateDeductionResult::ConstraintsNotSatisfied && in NotValidBecauseConstraintExprHasError()
12305 case TemplateDeductionResult::ConstraintsNotSatisfied: { in DiagnoseBadDeduction()
12878 case TemplateDeductionResult::ConstraintsNotSatisfied: in RankDeductionFailure()
H A DSemaTemplate.cpp5674 bool UpdateArgsWithConversions, bool *ConstraintsNotSatisfied) { in CheckTemplateArgumentList() argument
5676 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
5677 *ConstraintsNotSatisfied = false; in CheckTemplateArgumentList()
6009 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
6010 *ConstraintsNotSatisfied = true; in CheckTemplateArgumentList()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h412 ConstraintsNotSatisfied, enumerator
11964 bool *ConstraintsNotSatisfied = nullptr);