Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp73 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const;
315 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const { in EnsureGetdelimBufferAndSizeCorrect() argument
323 auto EmitBugReport = [this, &C, SizePtrExpr, LinePtrPtrExpr]( in EnsureGetdelimBufferAndSizeCorrect()
327 bugreporter::trackExpressionValue(N, SizePtrExpr, *R); in EnsureGetdelimBufferAndSizeCorrect()
344 assert(LinePtrPtrExpr && SizePtrExpr); in EnsureGetdelimBufferAndSizeCorrect()