Skip to main content

path_predicate

Function path_predicate 

Source
fn path_predicate(
    gcx: Gcx<'_>,
    expr: &Expr<'_>,
) -> Option<(PathPredicate, bool)>
Expand description

The boolean fact expr establishes when it evaluates to true: a local flag, its negation, or an ==/!= between locals and literals.