Home
last modified time | relevance | path

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

/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp118 struct unlikely_size struct
123 unlikely_size operator <<= (any_convert, any_convert);
124 unlikely_size operator >>= (any_convert, any_convert);
151 …atic const bool has_operator_left_shift_equal = sizeof(get_value() <<= 2) != sizeof(unlikely_size);
152 …tic const bool has_operator_right_shift_equal = sizeof(get_value() >>= 2) != sizeof(unlikely_size);