Searched refs:isLocType (Results 1 – 14 of 14) sorted by relevance
33 if (Loc::isLocType(type)) in makeZeroVal()50 assert(!Loc::isLocType(type)); in makeNonLoc()58 assert(!Loc::isLocType(type)); in makeNonLoc()65 assert(!Loc::isLocType(type)); in makeNonLoc()72 assert(!Loc::isLocType(toTy)); in makeNonLoc()103 if (Loc::isLocType(T)) in getRegionValueSymbolVal()134 if (Loc::isLocType(type)) in conjureSymbolVal()150 if (Loc::isLocType(type)) in conjureSymbolVal()161 assert(Loc::isLocType(T)); in getConjuredHeapSymbolVal()177 if (Loc::isLocType(type)) in getMetadataSymbolVal()[all …]
55 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()56 assert(Loc::isLocType(SSE->getRHS()->getType())); in canReasonAbout()163 assert(Loc::isLocType(SSE->getLHS()->getType())); in assumeAux()164 assert(Loc::isLocType(SSE->getRHS()->getType())); in assumeAux()
70 bool isLocType = Loc::isLocType(castTy); in evalCastFromNonLoc() local73 if (isLocType) in evalCastFromNonLoc()95 if (!isLocType) in evalCastFromNonLoc()112 if (!isLocType && !castTy->isIntegralOrEnumerationType()) in evalCastFromNonLoc()118 if (isLocType) in evalCastFromNonLoc()132 if (Loc::isLocType(castTy) || castTy->isReferenceType()) in evalCastFromLoc()
31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
114 assert(Loc::isLocType(T)); in VisitObjCForCollectionStmt()
335 if (Loc::isLocType(T)) in canSymbolicate()
244 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()
947 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
1019 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()1931 if (Loc::isLocType(T)) in setImplicitDefaultValue()
187 assert(!V.getAs<Loc>() || Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()200 if (!Loc::isLocType(Result->getType())) { in createTemporaryRegionIfNeeded()
96 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T)); in getAPSIntType()
257 if (Loc::isLocType(type)) in makeIntVal()
291 static inline bool isLocType(QualType T) { in isLocType() function
703 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()