Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h955 bool isConstrained; member
966 ImmRange.isConstrained = false; in ConstraintInfo()
998 return !ImmRange.isConstrained || in isValidAsmImmediate()
1011 ImmRange.isConstrained = true; in setRequiresImmediate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h66 bool isConstrained() const { in isConstrained() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp860 ID.AddInteger(T->isConstrained()); in VisitAutoType()
861 if (T->isConstrained()) { in VisitAutoType()
H A DASTStructuralEquivalence.cpp987 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
989 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp725 AT && AT->isConstrained() ? 1 : 0)) in Create()
739 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create()
H A DTextNodeDumper.cpp1505 if (T->isConstrained()) { in VisitAutoType()
H A DTypePrinter.cpp1127 if (T->isConstrained()) { in printAutoBefore()
H A DASTContext.cpp843 if (AT->isConstrained()) { in getCanonicalTemplateTemplateParmDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h2064 bool isConstrained() const { in isConstrained() function
2065 return getTypePtr()->isConstrained(); in isConstrained()
2145 isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1004 if (T->isConstrained()) {
1278 if (TL.isConstrained()) {
H A DDeclTemplate.h1571 return AT && AT->isConstrained();
H A DType.h5020 bool isConstrained() const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp136 .isConstrained()); in getAllocated()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4785 if (AT->isConstrained() && !IgnoreConstraints) { in DeduceAutoType()
4901 if (AT->isConstrained() && !IgnoreConstraints) { in DeduceAutoType()
H A DSemaType.cpp3212 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
3217 if (Auto->isConstrained()) { in InventTemplateParameter()
4982 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DSemaTemplateInstantiateDecl.cpp2799 if (AutoLoc.isConstrained()) in VisitNonTypeTemplateParmDecl()
H A DTreeTransform.h6514 if (T->isConstrained()) { in TransformAutoType()
6538 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
H A DSemaTemplate.cpp1555 if (TL.isConstrained()) in ActOnNonTypeTemplateParameter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp373 Record.push_back(TL.isConstrained()); in VisitAutoTypeLoc()
374 if (TL.isConstrained()) { in VisitAutoTypeLoc()