OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countPopulation
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Sanitizers.h
63
unsigned
countPopulation
() const {
66
total += llvm::
countPopulation
(Val);
76
return
countPopulation
() == 1;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h
564
/// Ex.
countPopulation
(0xF000F000) = 8
567
inline unsigned
countPopulation
(T Value) {
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026