OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whichBit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
128
static unsigned
whichBit
(unsigned bitPosition) {
134
/// \returns a uint64_t with only bit at "
whichBit
(bitPosition)" set
139
return 1ULL <<
whichBit
(bitPosition);
APInt.h
128
static unsigned
whichBit
(unsigned bitPosition) {
134
/// \returns a uint64_t with only bit at "
whichBit
(bitPosition)" set
139
return 1ULL <<
whichBit
(bitPosition);
APInt.h
128
static unsigned
whichBit
(unsigned bitPosition) {
134
/// \returns a uint64_t with only bit at "
whichBit
(bitPosition)" set
139
return 1ULL <<
whichBit
(bitPosition);
Completed in 76 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026