Searched refs:isLocType (Results 1 – 17 of 17) sorted by relevance
63 if (Loc::isLocType(type)) in makeZeroVal()85 assert(!Loc::isLocType(type)); in makeNonLoc()93 assert(!Loc::isLocType(type)); in makeNonLoc()101 assert(!Loc::isLocType(type)); in makeNonLoc()108 assert(!Loc::isLocType(type)); in makeNonLoc()115 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()252 if (Loc::isLocType(type)) in getMetadataSymbolVal()[all …]
54 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()55 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
1296 return Loc::isLocType(Sym->getType()) ? (SVal)SVB.makeIntLocVal(*Const) in simplifySValOnce()1316 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySValOnce()1335 if (Loc::isLocType(S->getLHS()->getType()) && in simplifySValOnce()1341 assert(Loc::isLocType(Sym->getType())); in simplifySValOnce()1376 if (Loc::isLocType(S->getLHS()->getType()) != in simplifySValOnce()1377 Loc::isLocType(S->getRHS()->getType())) in simplifySValOnce()
36 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
65 assert(Loc::isLocType(T)); in populateObjCForDestinationSet()
253 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()269 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
352 if (Loc::isLocType(T)) in canSymbolicate()
1280 Loc::isLocType(ActualType)) { in inferAs()2830 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()2831 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
1098 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()2403 if (Loc::isLocType(T)) in setImplicitDefaultValue()
1128 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
344 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
311 if (Loc::isLocType(type)) in makeIntVal()397 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
267 static bool isLocType(QualType T) { in isLocType() function289 assert(!Loc::isLocType(Sym->getType())); in SymbolVal()
344 assert(!Loc::isLocType(T) && "unary symbol should be nonloc"); in UnarySymExpr()389 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
155 if (T->isIntegralOrEnumerationType() || Loc::isLocType(T)) { in getAPSIntType()
816 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
1727 if (!Loc::isLocType(CE->getType())) in MallocMemAux()