Searched refs:notCoveredArg (Results 1 – 2 of 2) sorted by relevance
4394 signed notCoveredArg = CoveredArgs.find_first(); in DoneProcessing() local4395 if (notCoveredArg >= 0) { in DoneProcessing()4396 assert((unsigned)notCoveredArg < NumDataArgs); in DoneProcessing()4397 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
7759 signed notCoveredArg = CoveredArgs.find_first(); in DoneProcessing() local7760 if (notCoveredArg >= 0) { in DoneProcessing()7761 assert((unsigned)notCoveredArg < NumDataArgs); in DoneProcessing()7762 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()