Function is_null_ptr

Source
fn is_null_ptr<'tcx>(
    cx: &LateContext<'tcx>,
    expr: &'tcx Expr<'_>,
) -> Option<Span>
Expand description

Checks if the given expression is a null pointer (modulo casting)