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_last
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BitVector.h
294
///
find_last
- Returns the index of the last set bit, -1 if none of the bits
296
int
find_last
() const { return find_last_in(0, Size); }
function in namespace:llvm
SmallBitVector.h
237
int
find_last
() const {
function in class:llvm::SmallBitVector
244
return getPointer()->
find_last
();
Completed in 99 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026