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 - 2
of
2
) 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
SmallBitVector.h
248
int
find_first_unset
() const {
function in class:llvm::SmallBitVector
256
return getPointer()->
find_first_unset
();
Completed in 21 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026