Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9708 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,
10046 if (!checkFormatExpr(FS, startSpecifier, specifierLen, Ex)) in HandlePrintfSpecifier()
10200 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()
10320 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler