diffblue-cbmc/regression/cbmc/symex_should_exclude_null_p...
Chris Smowton 9fd3434c96 Use local-safe-pointers analysis to improve Symex pointer resolution
This uses local_safe_pointerst to determine when symex dereferences a pointer
that cannot be null. When it does the null result is excluded from the possible
values, and therefore a $invalid_object reference may be excluded from the result
of dereferencing such a pointer. This can improve constant propagation.
2018-06-24 17:39:50 +01:00
..
main.c Use local-safe-pointers analysis to improve Symex pointer resolution 2018-06-24 17:39:50 +01:00
test.desc Use local-safe-pointers analysis to improve Symex pointer resolution 2018-06-24 17:39:50 +01:00