Searched defs:is_larger (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dlock_word.h270 constexpr bool is_larger = overflow > static_cast<uint64_t>(0xFFFFFFFF); local
271 static_assert(is_larger, "should have overflowed");

Completed in 47 milliseconds