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.cpp63 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const;
316 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const { in EnsureGetdelimBufferAndSizeCorrect() argument
324 auto EmitBugReport = [this, &C, SizePtrExpr, LinePtrPtrExpr]( in EnsureGetdelimBufferAndSizeCorrect()
328 bugreporter::trackExpressionValue(N, SizePtrExpr, *R); in EnsureGetdelimBufferAndSizeCorrect()
341 assert(LinePtrPtrExpr && SizePtrExpr); in EnsureGetdelimBufferAndSizeCorrect()