build_raw_ptr_deref_checks

Function build_raw_ptr_deref_checks 

Source
fn build_raw_ptr_deref_checks<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId,
) -> Vec<(Checkpoint<'tcx>, Vec<Property<'tcx>>)>
Expand description

Build (pseudo-checkpoint, properties) pairs for every raw pointer dereference in the target function.