Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp175 bool WarnAboutSize = false) const;
182 bool WarnAboutSize = false) const { in CheckBufferAccess() argument
185 WarnAboutSize); in CheckBufferAccess()
356 bool WarnAboutSize) const { in CheckBufferAccess()
394 const Expr *warningExpr = (WarnAboutSize ? Size : FirstBuf); in CheckBufferAccess()
414 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()