Searched refs:FieldWidth (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h325 OptionalAmount FieldWidth; member in class:clang::analyze_format_string::FormatSpecifier
359 return FieldWidth;
363 FieldWidth = Amt;
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp423 FieldWidth = OptionalAmount(OptionalAmount::Constant,
509 FieldWidth.toString(os);
H A DPrintfFormatString.cpp595 FieldWidth.toString(os);
772 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified)

Completed in 72 milliseconds