Home
last modified time | relevance | path

Searched refs:notCoveredArg (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp4394 signed notCoveredArg = CoveredArgs.find_first(); in DoneProcessing() local
4395 if (notCoveredArg >= 0) { in DoneProcessing()
4396 assert((unsigned)notCoveredArg < NumDataArgs); in DoneProcessing()
4397 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7759 signed notCoveredArg = CoveredArgs.find_first(); in DoneProcessing() local
7760 if (notCoveredArg >= 0) { in DoneProcessing()
7761 assert((unsigned)notCoveredArg < NumDataArgs); in DoneProcessing()
7762 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()