(&self)
| 86 | IntervalAbstractDomain<DomainType>: GetDomainType, |
| 87 | { |
| 88 | pub fn state(&self) -> &AbstractDomain<DomainType> { |
| 89 | &self.body_visitor.state |
| 90 | } |
| 91 | |
| 92 | pub fn new( |
| 93 | body_visitor: &'b mut WtoFixPointIterator<'tcx, 'a, 'compiler, DomainType>, |
no outgoing calls
no test coverage detected