Searched refs:ToMark (Results 1 – 1 of 1) sorted by relevance
530 static void markIndicesSafe(const IndicesVector &ToMark, in markIndicesSafe() argument533 Low = Safe.upper_bound(ToMark); in markIndicesSafe()541 if (isPrefix(*Low, ToMark)) in markIndicesSafe()550 Low = Safe.insert(Low, ToMark); in markIndicesSafe()554 while (Low != End && isPrefix(ToMark, *Low)) { in markIndicesSafe()