Searched refs:getHowSpecified (Results 1 – 6 of 6) sorted by relevance
84 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()100 switch (precision.getHowSpecified()) { in HandlePrintfSpecifier()
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()200 if (NumElts.getHowSpecified() != OptionalAmount::Constant) { in ParseVectorModifier()
134 if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) { in ParseScanfSpecifier()135 assert(Amt.getHowSpecified() == OptionalAmount::Constant); in ParseScanfSpecifier()
1031 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()1064 if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidFieldWidth()
335 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified() function
7326 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()7624 FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) { in HandlePrintfSpecifier()8131 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()