Searched refs:maxUndefReferences (Results 1 – 2 of 2) sorted by relevance
721 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local723 ArrayRef(undef.locs).take_front(maxUndefReferences)) { in reportUndefinedSymbol()740 if (maxUndefReferences < undef.locs.size()) in reportUndefinedSymbol()741 msg << "\n>>> referenced " << (undef.locs.size() - maxUndefReferences) in reportUndefinedSymbol()
221 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local225 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()