Searched refs:is_left_closed (Results 1 – 2 of 2) sorted by relevance
71 inline bool is_left_closed(interval_bounds bounds) in is_left_closed() function78 { return is_left_closed(bounds) ? "[" : "("; } in left_bracket()87 if(is_left_closed(decl) && !is_left_closed(repr)) in shift_lower()89 else if(!is_left_closed(decl) && is_left_closed(repr)) in shift_lower()
402 return is_left_closed(object.bounds()) ? in first()874 (is_left_closed(super.bounds()) in contains()