Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp171 bool WarnAboutSize = false) const;
178 bool WarnAboutSize = false) const { in CheckBufferAccess() argument
181 WarnAboutSize); in CheckBufferAccess()
352 bool WarnAboutSize) const { in CheckBufferAccess()
390 const Expr *warningExpr = (WarnAboutSize ? Size : FirstBuf); in CheckBufferAccess()
410 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()