Searched refs:getHowSpecified (Results 1 – 5 of 5) sorted by relevance
85 if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) { in ParsePositionAmount()96 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParsePositionAmount()160 if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') { in ParseArgPosition()
134 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()135 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParseScanfSpecifier()
900 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()932 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
293 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified() function
4713 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()5444 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()