Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp382 const Expr *warningExpr = (WarnAboutSize ? Size : FirstBuf); in CheckBufferAccess() local
386 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage); in CheckBufferAccess()
402 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess() local
406 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage); in CheckBufferAccess()