Searched refs:LocAsInteger (Results 1 – 5 of 5) sorted by relevance
124 if (std::optional<nonloc::LocAsInteger> X = getAs<nonloc::LocAsInteger>()) in getAsRegion()151 QualType VisitLocAsInteger(nonloc::LocAsInteger LI) { in VisitLocAsInteger()310 const nonloc::LocAsInteger& C = castAs<nonloc::LocAsInteger>(); in dumpToStream()
618 if (std::optional<nonloc::LocAsInteger> X = val.getAs<nonloc::LocAsInteger>()) in scan()
143 isa<nonloc::LocAsInteger>(V)) && in isDereferencableUninit()233 isVoidPointer(FR->getDecl()->getType()) || isa<nonloc::LocAsInteger>(V); in dereference()
306 class LocAsInteger : public NonLoc {309 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger() function
330 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits)); in makeLocAsInteger()