Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp124 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()
H A DProgramState.cpp618 if (std::optional<nonloc::LocAsInteger> X = val.getAs<nonloc::LocAsInteger>()) in scan()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp143 isa<nonloc::LocAsInteger>(V)) && in isDereferencableUninit()
233 isVoidPointer(FR->getDecl()->getType()) || isa<nonloc::LocAsInteger>(V); in dereference()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h306 class LocAsInteger : public NonLoc {
309 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger() function
H A DSValBuilder.h330 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits)); in makeLocAsInteger()