Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp170 bool WarnAboutSize = false) const;
177 bool WarnAboutSize = false) const { in CheckBufferAccess() argument
180 WarnAboutSize); in CheckBufferAccess()
343 bool WarnAboutSize) const { in CheckBufferAccess()
381 const Expr *warningExpr = (WarnAboutSize ? Size : FirstBuf); in CheckBufferAccess()
401 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()