CBMC
|
Stores context information supporting the evaluation of pointer predicates in both assume and assert contexts for all predicates: pointer equals, pointer_in_range_dfcc, pointer_is_fresh, obeys_contract. More...
Public Attributes | |
__CPROVER_contracts_car_t | fresh_car |
void ** | ptr_pred |
Stores context information supporting the evaluation of pointer predicates in both assume and assert contexts for all predicates: pointer equals, pointer_in_range_dfcc, pointer_is_fresh, obeys_contract.
Definition at line 73 of file cprover_contracts.c.
__CPROVER_contracts_car_t __CPROVER_contracts_ptr_pred_ctx_t::fresh_car |
Definition at line 75 of file cprover_contracts.c.
void** __CPROVER_contracts_ptr_pred_ctx_t::ptr_pred |
Definition at line 76 of file cprover_contracts.c.