Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp321 unsigned BadIndicesRemaining = NumBadIndices; in doit() local
329 assert(NumBadIndices <= BadIndicesRemaining && in doit()
331 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()