Skip to main content

arg_attrs_for_rust_scalar

Function arg_attrs_for_rust_scalar 

Source
fn arg_attrs_for_rust_scalar<'tcx>(
    cx: LayoutCx<'tcx>,
    scalar: Scalar,
    layout: TyAndLayout<'tcx>,
    offset: Size,
    is_return: bool,
    determined_fn_def_id: Option<DefId>,
) -> ArgAttributes
Expand description

Returns argument attributes for a scalar argument.