Home
last modified time | relevance | path

Searched refs:isConstrained (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1063 bool isConstrained; member
1074 ImmRange.isConstrained = false; in ConstraintInfo()
1105 return !ImmRange.isConstrained || in isValidAsmImmediate()
1118 ImmRange.isConstrained = true; in setRequiresImmediate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h62 bool isConstrained() const { return Val.has_value(); } in isConstrained() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp999 ID.AddInteger(T->isConstrained()); in VisitAutoType()
1000 if (T->isConstrained()) { in VisitAutoType()
H A DTypeLoc.cpp657 if (getTypePtr()->isConstrained()) { in initializeLocal()
H A DASTStructuralEquivalence.cpp1143 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
1145 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp744 AT && AT->isConstrained() ? 1 : 0)) in Create()
758 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create()
H A DTypePrinter.cpp1216 if (T->isConstrained()) { in printAutoBefore()
H A DTextNodeDumper.cpp1784 if (T->isConstrained()) { in VisitAutoType()
H A DItaniumMangle.cpp4384 if (T->isConstrained() && !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleType()
H A DASTContext.cpp5813 if (!AT->isConstrained()) in getUnconstrainedType()
5824 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2128 bool isConstrained() const { in isConstrained() function
2129 return getTypePtr()->isConstrained(); in isConstrained()
2206 return {isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1075 if (T->isConstrained()) {
1352 if (TL.isConstrained()) {
H A DDeclTemplate.h1567 return AT && AT->isConstrained();
H A DType.h5473 bool isConstrained() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp137 .isConstrained()); in getAllocated()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3465 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
3470 if (Auto->isConstrained()) { in InventTemplateParameter()
5290 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DTreeTransform.h6848 if (T->isConstrained()) { in TransformAutoType()
6872 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
6889 if (T->isConstrained()) { in TransformAutoType()
H A DSemaTemplateDeduction.cpp5079 if (AT->isConstrained() && !IgnoreConstraints && in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3059 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl()
H A DSemaTemplate.cpp1584 if (TL.isConstrained()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp8992 RT->getContainedAutoType()->isConstrained())) { in CheckExplicitlyDefaultedComparison()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp488 Record.push_back(TL.isConstrained() && CR); in VisitAutoTypeLoc()
489 if (TL.isConstrained() && CR) in VisitAutoTypeLoc()