(&self)
| 63 | O: OperationArguments, |
| 64 | { |
| 65 | pub fn flag_write(&self) -> Option<A::FlagWrite> { |
| 66 | match self.op.flags { |
| 67 | 0 => None, |
| 68 | id => self.function.arch().flag_write_from_id(FlagWriteId(id)), |
| 69 | } |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | // LLIL_NOP, LLIL_NORET, LLIL_BP, LLIL_UNDEF, LLIL_UNIMPL |
nothing calls this directly
no test coverage detected