| 70 | // ARRAY_INDEX |
| 71 | #[derive(Debug, Copy, Clone)] |
| 72 | pub struct ArrayIndex { |
| 73 | pub src: usize, |
| 74 | pub index: usize, |
| 75 | } |
| 76 | #[derive(Clone, Debug, PartialEq)] |
| 77 | pub struct LiftedArrayIndex { |
| 78 | pub src: Box<HighLevelILLiftedInstruction>, |
no outgoing calls
no test coverage detected