Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp22 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()
786 bool FormatSpecifier::hasValidLengthModifier(const TargetInfo &Target, in hasValidLengthModifier()
955 bool FormatSpecifier::hasStandardLengthModifier() const { in hasStandardLengthModifier()
980 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier()
1026 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination()
1045 FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h410 class FormatSpecifier {
423 FormatSpecifier(bool isPrintf) in FormatSpecifier() function
513 class PrintfSpecifier : public analyze_format_string::FormatSpecifier {
531 : FormatSpecifier(/* isPrintf = */ true), HasThousandsGrouping("'"), in PrintfSpecifier()
659 class ScanfSpecifier : public analyze_format_string::FormatSpecifier {
663 FormatSpecifier(/* isPrintf = */ false), in ScanfSpecifier()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9261 const analyze_format_string::FormatSpecifier &FS,
9267 const analyze_format_string::FormatSpecifier &FS,
9308 bool CheckNumArgs(const analyze_format_string::FormatSpecifier &FS,
9350 const analyze_format_string::FormatSpecifier &FS, in HandleInvalidLengthModifier()
9384 const analyze_format_string::FormatSpecifier &FS, in HandleNonStandardLengthModifier()
9590 const analyze_format_string::FormatSpecifier &FS, in CheckNumArgs()