Searched refs:FormatSpecifier (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | FormatStringParsing.h | 49 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 D | FormatString.cpp | 22 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 D | FormatString.h | 410 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 D | SemaChecking.cpp | 9261 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()
|