Lines Matching defs:Amt
82 const OptionalAmount &Amt = ParseAmount(I, E);
84 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) {
95 assert(Amt.getHowSpecified() == OptionalAmount::Constant);
101 if (Amt.getConstantAmount() == 0) {
109 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1,
132 const OptionalAmount Amt =
136 if (Amt.isInvalid())
138 CS.setFieldWidth(Amt);
151 const OptionalAmount &Amt = ParseAmount(I, E);
159 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') {
164 if (Amt.getConstantAmount() == 0) {
169 FS.setArgIndex(Amt.getConstantAmount() - 1);
573 os << amt;