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.cpp706 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
885 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
1089 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
1124 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
H A DFormatString.cpp84 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()
798 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.h338 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enumerator
349 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1050 case analyze_format_string::OptionalAmount::NotSpecified: in computePrecision()
11852 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()