Searched refs:isLocType (Results 1 – 15 of 15) 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()106 if (Loc::isLocType(T)) in getRegionValueSymbolVal()143 if (Loc::isLocType(type)) in conjureSymbolVal()162 if (Loc::isLocType(type)) in conjureSymbolVal()173 assert(Loc::isLocType(T)); in getConjuredHeapSymbolVal()191 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()
1026 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()2028 if (Loc::isLocType(T)) in setImplicitDefaultValue()
981 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
198 assert(!V.getAs<Loc>() || Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()211 if (!Loc::isLocType(Result->getType())) { in createTemporaryRegionIfNeeded()
96 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T)); in getAPSIntType()
262 if (Loc::isLocType(type)) in makeIntVal()
291 static inline bool isLocType(QualType T) { in isLocType() function
739 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
1089 if (!Loc::isLocType(CE->getType())) in MallocMemAux()