Home
last modified time | relevance | path

Searched defs:isPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h52 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function