Searched refs:ToMark (Results 1 – 1 of 1) sorted by relevance
529 static void markIndicesSafe(const IndicesVector &ToMark, in markIndicesSafe() argument532 Low = Safe.upper_bound(ToMark); in markIndicesSafe()540 if (isPrefix(*Low, ToMark)) in markIndicesSafe()549 Low = Safe.insert(Low, ToMark); in markIndicesSafe()553 while (Low != End && isPrefix(ToMark, *Low)) { in markIndicesSafe()