Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1041 bool isConstrained; member
1052 ImmRange.isConstrained = false; in ConstraintInfo()
1083 return !ImmRange.isConstrained || in isValidAsmImmediate()
1096 ImmRange.isConstrained = true; in setRequiresImmediate()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h62 bool isConstrained() const { return Val.has_value(); } in isConstrained() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1015 ID.AddInteger(T->isConstrained()); in VisitAutoType()
1016 if (T->isConstrained()) { in VisitAutoType()
H A DASTStructuralEquivalence.cpp1059 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
1061 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp747 AT && AT->isConstrained() ? 1 : 0)) in Create()
761 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create()
H A DTextNodeDumper.cpp1596 if (T->isConstrained()) { in VisitAutoType()
H A DTypePrinter.cpp1160 if (T->isConstrained()) { in printAutoBefore()
H A DASTContext.cpp854 if (AT->isConstrained()) { in getCanonicalTemplateTemplateParmDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h2129 bool isConstrained() const { in isConstrained() function
2130 return getTypePtr()->isConstrained(); in isConstrained()
2209 return {isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1081 if (T->isConstrained()) {
1358 if (TL.isConstrained()) {
H A DDeclTemplate.h1598 return AT && AT->isConstrained();
H A DType.h5270 bool isConstrained() const {
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp137 .isConstrained()); in getAllocated()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3372 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
3377 if (Auto->isConstrained()) { in InventTemplateParameter()
5169 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DSemaTemplateDeduction.cpp4843 if (AT->isConstrained() && !IgnoreConstraints && in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp2994 if (AutoLoc.isConstrained()) in VisitNonTypeTemplateParmDecl()
H A DTreeTransform.h6744 if (T->isConstrained()) { in TransformAutoType()
6768 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
H A DSemaTemplate.cpp1561 if (TL.isConstrained()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp8719 RT->getContainedAutoType()->isConstrained())) { in CheckExplicitlyDefaultedComparison()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp465 Record.push_back(TL.isConstrained()); in VisitAutoTypeLoc()
466 if (TL.isConstrained()) { in VisitAutoTypeLoc()