Searched refs:isLocType (Results 1 – 16 of 16) sorted by relevance
63 if (Loc::isLocType(type)) in makeZeroVal()81 assert(!Loc::isLocType(type)); in makeNonLoc()89 assert(!Loc::isLocType(type)); in makeNonLoc()97 assert(!Loc::isLocType(type)); in makeNonLoc()104 assert(!Loc::isLocType(type)); in makeNonLoc()111 assert(!Loc::isLocType(toTy)); in makeNonLoc()148 if (Loc::isLocType(T)) in getRegionValueSymbolVal()187 if (Loc::isLocType(type)) in conjureSymbolVal()220 assert(Loc::isLocType(type)); in getConjuredHeapSymbolVal()250 if (Loc::isLocType(type)) in getMetadataSymbolVal()[all …]
54 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()55 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
1299 return Loc::isLocType(Sym->getType()) ? (SVal)SVB.makeIntLocVal(*Const) in simplifySValOnce()1319 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySValOnce()1338 if (Loc::isLocType(S->getLHS()->getType()) && in simplifySValOnce()1344 assert(Loc::isLocType(Sym->getType())); in simplifySValOnce()1379 if (Loc::isLocType(S->getLHS()->getType()) != in simplifySValOnce()1380 Loc::isLocType(S->getRHS()->getType())) in simplifySValOnce()
65 assert(Loc::isLocType(T)); in populateObjCForDestinationSet()
255 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()271 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
229 if (Loc::isLocType(T)) in canSymbolicate()
1282 Loc::isLocType(ActualType)) { in inferAs()2846 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()2847 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
1170 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
1266 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()2577 if (Loc::isLocType(T)) in setImplicitDefaultValue()
345 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
302 if (Loc::isLocType(type)) in makeIntVal()387 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
262 static bool isLocType(QualType T) { in isLocType() function284 assert(!Loc::isLocType(Sym->getType())); in SymbolVal()
354 assert(!Loc::isLocType(T) && "unary symbol should be nonloc"); in UnarySymExpr()400 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
156 if (T->isIntegralOrEnumerationType() || Loc::isLocType(T)) { in getAPSIntType()
797 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
1887 if (!Loc::isLocType(CE->getType())) in MallocBindRetVal()1976 assert(Loc::isLocType(CE->getType()) && in MallocMemAux()