Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3009 bool ConstraintsNotSatisfied; in FinishTemplateArgumentDeduction() local
3015 /*UpdateArgsWithConversions=*/true, &ConstraintsNotSatisfied)) in FinishTemplateArgumentDeduction()
3016 return ConstraintsNotSatisfied ? Sema::TDK_ConstraintsNotSatisfied in FinishTemplateArgumentDeduction()
H A DSemaTemplate.cpp6005 bool UpdateArgsWithConversions, bool *ConstraintsNotSatisfied) { in CheckTemplateArgumentList() argument
6007 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
6008 *ConstraintsNotSatisfied = false; in CheckTemplateArgumentList()
6321 if (ConstraintsNotSatisfied) in CheckTemplateArgumentList()
6322 *ConstraintsNotSatisfied = true; in CheckTemplateArgumentList()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8574 bool *ConstraintsNotSatisfied = nullptr);