Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatStringParsing.h49 FormatSpecifier &CS,
54 FormatSpecifier &CS, const char *Start,
58 FormatSpecifier &FS, const char *&Beg, const char *E,
63 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
H A DFormatString.cpp21 using clang::analyze_format_string::FormatSpecifier;
123 FormatSpecifier &CS, in ParseFieldWidth()
145 FormatSpecifier &FS, in ParseArgPosition()
182 FormatSpecifier &FS, in ParseVectorModifier()
211 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, in ParseLengthModifier()
719 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target, in hasValidLengthModifier()
878 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier()
903 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier()
947 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination()
964 Optional<LengthModifier> FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h397 class FormatSpecifier {
410 FormatSpecifier(bool isPrintf) in FormatSpecifier() function
500 class PrintfSpecifier : public analyze_format_string::FormatSpecifier {
518 : FormatSpecifier(/* isPrintf = */ true), HasThousandsGrouping("'"), in PrintfSpecifier()
646 class ScanfSpecifier : public analyze_format_string::FormatSpecifier {
650 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7736 const analyze_format_string::FormatSpecifier &FS,
7742 const analyze_format_string::FormatSpecifier &FS,
7783 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS,
7825 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier()
7859 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier()
8065 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()