True if the set of concrete values that correspond to this domain is empty.
(&self)
| 939 | |
| 940 | /// True if the set of concrete values that correspond to this domain is empty. |
| 941 | fn is_bottom(&self) -> bool { |
| 942 | matches!(&self.expression, Expression::Bottom) |
| 943 | } |
| 944 | |
| 945 | /// True if this value is a compile time constant. |
| 946 | fn is_compile_time_constant(&self) -> bool { |
no outgoing calls
no test coverage detected