Home
last modified time | relevance | path

Searched refs:isLocType (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp64 if (Loc::isLocType(type)) in makeZeroVal()
86 assert(!Loc::isLocType(type)); in makeNonLoc()
94 assert(!Loc::isLocType(type)); in makeNonLoc()
102 assert(!Loc::isLocType(type)); in makeNonLoc()
109 assert(!Loc::isLocType(type)); in makeNonLoc()
116 assert(!Loc::isLocType(toTy)); in makeNonLoc()
152 if (Loc::isLocType(T)) in getRegionValueSymbolVal()
189 if (Loc::isLocType(type)) in conjureSymbolVal()
207 if (Loc::isLocType(type)) in conjureSymbolVal()
244 if (Loc::isLocType(type)) in getMetadataSymbolVal()
[all …]
H A DRangedConstraintManager.cpp54 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()
55 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
H A DSimpleSValBuilder.cpp1237 return Loc::isLocType(Sym->getType()) ? (SVal)SVB.makeIntLocVal(*Const) in simplifySValOnce()
1257 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySValOnce()
1276 if (Loc::isLocType(S->getLHS()->getType()) && in simplifySValOnce()
1282 assert(Loc::isLocType(Sym->getType())); in simplifySValOnce()
1317 if (Loc::isLocType(S->getLHS()->getType()) != in simplifySValOnce()
1318 Loc::isLocType(S->getRHS()->getType())) in simplifySValOnce()
H A DConstraintManager.cpp36 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
H A DExprEngineObjC.cpp65 assert(Loc::isLocType(T)); in populateObjCForDestinationSet()
H A DProgramState.cpp255 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()
271 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
H A DSymbolManager.cpp362 if (Loc::isLocType(T)) in canSymbolicate()
H A DRangeConstraintManager.cpp1277 Loc::isLocType(ActualType)) { in inferAs()
2753 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()
2754 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
H A DRegionStore.cpp1099 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()
2417 if (Loc::isLocType(T)) in setImplicitDefaultValue()
H A DExprEngineC.cpp1142 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
H A DExprEngine.cpp336 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h294 if (Loc::isLocType(type)) in makeIntVal()
380 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
H A DSVals.h290 static bool isLocType(QualType T) { in isLocType() function
310 assert(!Loc::isLocType(sym->getType())); in SymbolVal()
H A DSymbolManager.h343 assert(!Loc::isLocType(T) && "unary symbol should be nonloc"); in UnarySymExpr()
388 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
H A DBasicValueFactory.h155 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T)); in getAPSIntType()
H A DProgramState.h814 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1736 if (!Loc::isLocType(CE->getType())) in MallocMemAux()