Searched defs:find_next (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DBitVector.h163 /// find_next - Returns the index of the next set bit following the
165 int find_next(unsigned Prev) const { function in class:llvm::BitVector
H A DSmallBitVector.h223 /// find_next - Returns the index of the next set bit following the
225 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
234 return getPointer()->find_next(Prev);

Completed in 86 milliseconds