HomeSort by: relevance | last modified time | path
    Searched defs:find_first_unset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BitVector.h 306 /// find_first_unset - Returns the index of the first unset bit, -1 if all
308 int find_first_unset() const { return find_first_unset_in(0, Size); } function in namespace:llvm
BitVector.h 306 /// find_first_unset - Returns the index of the first unset bit, -1 if all
308 int find_first_unset() const { return find_first_unset_in(0, Size); } function in namespace:llvm
SmallBitVector.h 248 int find_first_unset() const { function in class:llvm::SmallBitVector
256 return getPointer()->find_first_unset();
SmallBitVector.h 248 int find_first_unset() const { function in class:llvm::SmallBitVector
256 return getPointer()->find_first_unset();

Completed in 152 milliseconds