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