Home
last modified time | relevance | path

Searched refs:new_invariant (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/
H A Dstateful.py812 new_invariant = attr.evolve(
815 setattr(precondition_wrapper, INVARIANT_MARKER, new_invariant)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-cfg.c3201 bool new_invariant; in verify_expr() local
3220 new_invariant = TREE_INVARIANT (t); in verify_expr()
3224 if (old_invariant != new_invariant) in verify_expr()