Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h388 bool hasStandardConversionSpecifier(const LangOptions &LangOpt) const;
/external/clang/lib/Analysis/
DFormatString.cpp802 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() function in FormatSpecifier
/external/clang/lib/Sema/
DSemaChecking.cpp4117 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandlePrintfSpecifier()
4597 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandleScanfSpecifier()