Home
last modified time | relevance | path

Searched refs:NotSpecified (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp86 case clang::analyze_format_string::OptionalAmount::NotSpecified: // "%s" in HandlePrintfSpecifier()
102 case clang::analyze_format_string::OptionalAmount::NotSpecified: // "%P" in HandlePrintfSpecifier()
H A DPrintfFormatString.cpp769 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
950 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
1166 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
1205 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
H A DFormatString.cpp84 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()
821 case NotSpecified: in toString()
H A DScanfFormatString.cpp133 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h351 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enumerator
362 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1079 case analyze_format_string::OptionalAmount::NotSpecified: in computePrecision()
7050 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()