Searched defs:is_flags (Results 1 – 6 of 6) sorted by relevance
96 constexpr bool is_flags() const { return (tag_ & 0xE0) == 0xC0; } in is_flags() function
95 constexpr bool is_flags() const { return (tag_ & 0xE0) == 0xC0; } in is_flags() function
107 bool is_flags() const { return (tag_ & 0xE0) == 0xC0; } in is_flags() function