True if all possible concrete values are elements of the set corresponding to this domain.
(&self)
| 969 | |
| 970 | /// True if all possible concrete values are elements of the set corresponding to this domain. |
| 971 | fn is_top(&self) -> bool { |
| 972 | matches!(self.expression, Expression::Top) |
| 973 | } |
| 974 | |
| 975 | fn is_widened(&self) -> bool { |
| 976 | matches!(self.expression, Expression::Widen { .. }) |
no outgoing calls
no test coverage detected