Searched refs:FormatSpecifier (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 37 FormatSpecifier &CS, 42 FormatSpecifier &CS, const char *Start, 47 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
|
D | FormatString.cpp | 21 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() 626 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target) const { in hasValidLengthModifier() 778 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier() 802 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() 845 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination() 862 Optional<LengthModifier> FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier() 875 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, in namedTypeToLengthModifier()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 336 class FormatSpecifier { 347 FormatSpecifier(bool isPrintf) in FormatSpecifier() function 432 class PrintfSpecifier : public analyze_format_string::FormatSpecifier { 443 FormatSpecifier(/* isPrintf = */ true), in PrintfSpecifier() 561 class ScanfSpecifier : public analyze_format_string::FormatSpecifier { 565 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | jFormatString.jar | META-INF/
META-INF/MANIFEST.MF
edu/
edu/umd/
edu/ ... |
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3332 const analyze_format_string::FormatSpecifier &FS, 3338 const analyze_format_string::FormatSpecifier &FS, 3380 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS, 3420 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier() 3454 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier() 3614 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()
|