Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Amt

80     const OptionalAmount &Amt = ParseAmount(I, E);
82 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) {
93 assert(Amt.getHowSpecified() == OptionalAmount::Constant);
99 if (Amt.getConstantAmount() == 0) {
107 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1,
130 const OptionalAmount Amt =
134 if (Amt.isInvalid())
136 CS.setFieldWidth(Amt);
149 const OptionalAmount &Amt = ParseAmount(I, E);
157 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') {
159 if (Amt.getConstantAmount() == 0) {
164 FS.setArgIndex(Amt.getConstantAmount() - 1);
396 os << amt;