Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h664 bool ParsePrintfString(FormatStringHandler &H,
/external/clang/lib/Analysis/
DPrintfFormatString.cpp326 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() function in clang::analyze_format_string
/external/clang/lib/Sema/
DSemaChecking.cpp5602 if (!analyze_format_string::ParsePrintfString(H, Str, Str + StrLen, in CheckFormatString()