Searched refs:isLocType (Results 1 – 17 of 17) sorted by relevance
53 if (Loc::isLocType(type)) in makeZeroVal()73 assert(!Loc::isLocType(type)); in makeNonLoc()81 assert(!Loc::isLocType(type)); in makeNonLoc()88 assert(!Loc::isLocType(type)); in makeNonLoc()95 assert(!Loc::isLocType(toTy)); in makeNonLoc()129 if (Loc::isLocType(T)) in getRegionValueSymbolVal()166 if (Loc::isLocType(type)) in conjureSymbolVal()184 if (Loc::isLocType(type)) in conjureSymbolVal()195 assert(Loc::isLocType(T)); in getConjuredHeapSymbolVal()214 if (Loc::isLocType(type)) in getMetadataSymbolVal()[all …]
47 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()48 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
35 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
1150 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySVal()1172 if (Loc::isLocType(S->getLHS()->getType()) && in simplifySVal()1178 assert(Loc::isLocType(Sym->getType())); in simplifySVal()1199 if (Loc::isLocType(S->getLHS()->getType()) != in simplifySVal()1200 Loc::isLocType(S->getRHS()->getType())) in simplifySVal()
259 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()275 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
65 assert(Loc::isLocType(T)); in populateObjCForDestinationSet()
336 if (Loc::isLocType(T)) in canSymbolicate()
877 Loc::isLocType(ActualType)) { in inferAs()1985 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()1986 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
1110 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()2167 if (Loc::isLocType(T)) in setImplicitDefaultValue()
1150 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
332 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
317 if (Loc::isLocType(type)) in makeIntVal()387 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
323 static bool isLocType(QualType T) { in isLocType() function348 assert(!Loc::isLocType(sym->getType())); in SymbolVal()
148 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T)); in getAPSIntType()
324 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
776 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
1524 if (!Loc::isLocType(CE->getType())) in MallocMemAux()