bytewise_equal

Function bytewise_equal 

Source
fn bytewise_equal<'tcx>(
    ecx: &MiriInterpCx<'tcx>,
    left: &MPlaceTy<'tcx>,
    right: &MPlaceTy<'tcx>,
) -> InterpResult<'tcx, bool>
Expand description

Do a bytewise comparison of the two places. This is used to check if a synchronization primitive matches its static initializer value.