Searched refs:find_next_unset (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp63 NextPaddingByte = UseMap.find_next_unset(RelativeOffset);
81 NextPaddingByte = UseMap.find_next_unset(Prev);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h291 int find_next_unset(unsigned Prev) const { function in class:llvm::SmallBitVector
303 return getPointer()->find_next_unset(Prev);
H A DBitVector.h318 /// find_next_unset - Returns the index of the next unset bit following the
320 int find_next_unset(unsigned Prev) const { function in namespace:llvm

Completed in 179 milliseconds