Define the dynamic stack slot `entity`.
(&mut self, entity: DynamicStackSlot, loc: Location)
| 156 | |
| 157 | /// Define the dynamic stack slot `entity`. |
| 158 | pub fn def_dss(&mut self, entity: DynamicStackSlot, loc: Location) -> ParseResult<()> { |
| 159 | self.def_entity(entity.into(), loc) |
| 160 | } |
| 161 | |
| 162 | /// Define the dynamic type `entity`. |
| 163 | pub fn def_dt(&mut self, entity: DynamicType, loc: Location) -> ParseResult<()> { |