Home
last modified time | relevance | path

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

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