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.cpp22 using clang::analyze_format_string::FormatSpecifier;
124 FormatSpecifier &CS, in ParseFieldWidth()
146 FormatSpecifier &FS, in ParseArgPosition()
182 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, in ParseLengthModifier()
657 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target) const { in hasValidLengthModifier()
809 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier()
833 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier()
876 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination()
893 Optional<LengthModifier> FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier()
906 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, in namedTypeToLengthModifier()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h341 class FormatSpecifier {
352 FormatSpecifier(bool isPrintf) in FormatSpecifier() function
432 class PrintfSpecifier : public analyze_format_string::FormatSpecifier {
443 FormatSpecifier(/* isPrintf = */ true), in PrintfSpecifier()
559 class ScanfSpecifier : public analyze_format_string::FormatSpecifier {
563 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
/external/clang/lib/Sema/
DSemaChecking.cpp4170 const analyze_format_string::FormatSpecifier &FS,
4176 const analyze_format_string::FormatSpecifier &FS,
4217 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS,
4257 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier()
4291 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier()
4497 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()