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