Home
last modified time | relevance | path

Searched refs:checkFormatExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp2735 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,
3084 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()
3124 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler