Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp72 SVal LinePtrPtrSVal, SVal SizePtrSVal, const Expr *LinePtrPtrExpr,
314 SVal LinePtrPtrSVal, SVal SizePtrSVal, const Expr *LinePtrPtrExpr, in EnsureGetdelimBufferAndSizeCorrect() argument
335 const auto LinePtrValOpt = getPointeeVal(LinePtrPtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
395 SVal LinePtrPtrSVal = Call.getArgSVal(0); in CheckGetDelimOrGetline() local
397 EnsurePtrNotNull(LinePtrPtrSVal, Call.getArgExpr(0), C, State, "Line"); in CheckGetDelimOrGetline()
401 State = EnsureGetdelimBufferAndSizeCorrect(LinePtrPtrSVal, SizePtrSval, in CheckGetDelimOrGetline()