CBMC
local_safe_pointers.h File Reference

Local safe pointer analysis. More...

#include <goto-programs/goto_program.h>
#include <util/pointer_expr.h>
#include <map>
+ Include dependency graph for local_safe_pointers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  local_safe_pointerst
 A very simple, cheap analysis to determine when dereference operations are trivially guarded by a check against a null pointer access. More...
 
struct  local_safe_pointerst::type_comparet
 Comparator that regards type-equal expressions as equal, and otherwise uses the natural (operator<) ordering on irept. More...
 

Detailed Description

Local safe pointer analysis.

Definition in file local_safe_pointers.h.