Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h374 bool hasStandardConversionSpecifier(const LangOptions &LangOpt) const;
/external/clang/lib/Analysis/
DFormatString.cpp749 bool FormatSpecifier::hasStandardConversionSpecifier(const LangOptions &LangOpt) const { in hasStandardConversionSpecifier() function in FormatSpecifier
/external/clang/lib/Sema/
DSemaChecking.cpp3034 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandlePrintfSpecifier()
3459 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandleScanfSpecifier()