Searched refs:LocAsInteger (Results 1 – 10 of 10) sorted by relevance
124 if (Optional<nonloc::LocAsInteger> X = getAs<nonloc::LocAsInteger>()) in getAsRegion()157 QualType VisitNonLocLocAsInteger(nonloc::LocAsInteger LI) { in VisitNonLocLocAsInteger()310 const nonloc::LocAsInteger& C = castAs<nonloc::LocAsInteger>(); in dumpToStream()
89 return assumeInternal(State, Cond.castAs<nonloc::LocAsInteger>().getLoc(), in assumeAux()
590 if (Optional<nonloc::LocAsInteger> X = val.getAs<nonloc::LocAsInteger>()) in scan()
466 Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc(); in evalBinOpNN()474 rhs.castAs<nonloc::LocAsInteger>().getLoc(), in evalBinOpNN()
886 SVal VisitNonLocLocAsInteger(nonloc::LocAsInteger V) { in VisitNonLocLocAsInteger()
142 isa<nonloc::LocAsInteger>(V)) && in isDereferencableUninit()232 isVoidPointer(FR->getDecl()->getType()) || isa<nonloc::LocAsInteger>(V); in dereference()
331 if (isDereferencableType(T) || isa<nonloc::LocAsInteger>(V)) { in isNonUnionUninit()
66 NONLOC_SVAL(LocAsInteger, NonLoc)
345 class LocAsInteger : public NonLoc {348 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger() function
309 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits)); in makeLocAsInteger()