Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp339 const auto LinePtrSVal = LinePtrValOpt->getAs<DefinedSVal>(); in EnsureGetdelimBufferAndSizeCorrect() local
341 if (!LinePtrSVal || !NSVal || NSVal->isUnknown()) in EnsureGetdelimBufferAndSizeCorrect()
346 const auto [LinePtrNotNull, LinePtrNull] = State->assume(*LinePtrSVal); in EnsureGetdelimBufferAndSizeCorrect()
362 const MemRegion *LinePtrRegion = LinePtrSVal->getAsRegion(); in EnsureGetdelimBufferAndSizeCorrect()