HomeSort by relevance Sort by last modified time
    Searched full:warningexpr (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 330 const Expr *warningExpr = (WarnAboutSize ? Size : FirstBuf);
334 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage);
350 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf);
354 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage);
    [all...]

Completed in 333 milliseconds