HomeSort by: relevance | last modified time | path
    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 25 milliseconds