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