Type Alias rupta::mir::call_site::CSCallSite
source · pub type CSCallSite = CallSiteS<CSFuncId, Rc<CSPath>>;Aliased Type§
struct CSCallSite {
pub func: CSFuncId,
pub location: Location,
pub args: Vec<Rc<CSPath>>,
pub destination: Rc<CSPath>,
}Fields§
§func: CSFuncId§location: Location§args: Vec<Rc<CSPath>>§destination: Rc<CSPath>