paralegal_spdg::rustc_portable

Type Alias Location

Source
pub type Location = Location;

Aliased Type§

struct Location {
    pub block: BasicBlock,
    pub statement_index: usize,
}

Fields§

§block: BasicBlock

The block that the location is within.

§statement_index: usize