Home
last modified time | relevance | path

Searched refs:LocAsInteger (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp71 if (Optional<nonloc::LocAsInteger> X = getAs<nonloc::LocAsInteger>()) in getAsLocSymbol()
139 if (Optional<nonloc::LocAsInteger> X = getAs<nonloc::LocAsInteger>()) in getAsRegion()
275 const nonloc::LocAsInteger& C = castAs<nonloc::LocAsInteger>(); in dumpToStream()
DSValBuilder.cpp496 Loc L = val.castAs<nonloc::LocAsInteger>().getLoc(); in evalCast()
512 if (Optional<nonloc::LocAsInteger> LV = val.getAs<nonloc::LocAsInteger>()) { in evalCast()
DSimpleSValBuilder.cpp72 if (Optional<nonloc::LocAsInteger> LI = val.getAs<nonloc::LocAsInteger>()) { in evalCastFromNonLoc()
339 Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc(); in evalBinOpNN()
343 rhs.castAs<nonloc::LocAsInteger>().getLoc(), in evalBinOpNN()
DProgramState.cpp567 if (Optional<nonloc::LocAsInteger> X = val.getAs<nonloc::LocAsInteger>()) in scan()
DSimpleConstraintManager.cpp188 return assume(state, Cond.castAs<nonloc::LocAsInteger>().getLoc(), in assumeAux()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h370 class LocAsInteger : public NonLoc {
373 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger() function
401 LocAsInteger() {} in LocAsInteger() function
DSVals.def67 NONLOC_SVAL(LocAsInteger, NonLoc)
DSValBuilder.h278 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits)); in makeLocAsInteger()