OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026