| 271 | } |
| 272 | |
| 273 | bool ValidationState_t::IsForwardPointer(uint32_t id) const { |
| 274 | return (forward_pointer_ids_.find(id) != forward_pointer_ids_.end()); |
| 275 | } |
| 276 | |
| 277 | void ValidationState_t::AssignNameToId(uint32_t id, std::string name) { |
| 278 | operand_names_[id] = name; |