Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1525 const auto LinePtr = getPointeeVal(Call.getArgSVal(0), State); in preGetDelimOrGetLine() local
1526 if (!LinePtr) in preGetDelimOrGetLine()
1536 LinePtr); in preGetDelimOrGetLine()
1561 const auto LinePtr = LinePtrOpt->getAs<DefinedSVal>(); in checkGetDelimOrGetLine() local
1563 const MemRegion *LinePtrReg = LinePtr->getAsRegion(); in checkGetDelimOrGetLine()
1569 AllocationFamily(AF_Malloc), *LinePtr)); in checkGetDelimOrGetLine()