Home
last modified time | relevance | path

Searched refs:unsigned_bits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp209 const unsigned unsigned_bits = sizeof(unsigned) * CHAR_BIT; in CalculateHash() local
211 const unsigned remainder = size % unsigned_bits; in CalculateHash()
212 const unsigned loops = size / unsigned_bits; in CalculateHash()
224 for (unsigned j = 0; j < unsigned_bits; ++j) { in CalculateHash()