Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatStringParsing.h37 FormatSpecifier &CS,
42 FormatSpecifier &CS, const char *Start,
47 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
DFormatString.cpp21 using clang::analyze_format_string::FormatSpecifier;
123 FormatSpecifier &CS, in ParseFieldWidth()
145 FormatSpecifier &FS, in ParseArgPosition()
181 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, in ParseLengthModifier()
578 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target) const { in hasValidLengthModifier()
685 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier()
705 bool FormatSpecifier::hasStandardConversionSpecifier(const LangOptions &LangOpt) const { in hasStandardConversionSpecifier()
742 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination()
759 Optional<LengthModifier> FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier()
772 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, in namedTypeToLengthModifier()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h314 class FormatSpecifier {
325 FormatSpecifier(bool isPrintf) in FormatSpecifier() function
410 class PrintfSpecifier : public analyze_format_string::FormatSpecifier {
420 FormatSpecifier(/* isPrintf = */ true), in PrintfSpecifier()
539 class ScanfSpecifier : public analyze_format_string::FormatSpecifier {
543 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
/external/clang/lib/Sema/
DSemaChecking.cpp1984 const analyze_format_string::FormatSpecifier &FS,
1989 const analyze_format_string::FormatSpecifier &FS,
2031 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS,
2042 const analyze_format_string::FormatSpecifier *FS);
2074 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier()
2108 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier()
2268 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()