Searched refs:checkFormatExpr (Results 1 – 2 of 2) sorted by relevance
78 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
3722 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,4131 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()4226 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler