Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h393 bool hasStandardConversionSpecifier(const LangOptions &LangOpt) const;
/external/llvm-project/clang/include/clang/AST/
DFormatString.h461 bool hasStandardConversionSpecifier(const LangOptions &LangOpt) const;
/external/clang/lib/Analysis/
DFormatString.cpp833 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() function in FormatSpecifier
/external/llvm-project/clang/lib/AST/
DFormatString.cpp903 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() function in FormatSpecifier
/external/clang/lib/Sema/
DSemaChecking.cpp5001 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandlePrintfSpecifier()
5480 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandleScanfSpecifier()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8428 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandlePrintfSpecifier()
8971 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandleScanfSpecifier()