Local safe pointer analysis. More...
#include "local_safe_pointers.h"#include <util/expr_iterator.h>#include <util/expr_util.h>#include <util/format_expr.h>Go to the source code of this file.
expr tests if a pointer is null. Local safe pointer analysis.
Definition in file local_safe_pointers.cpp.
Check if expr tests if a pointer is null.
goto_null_checkt indicating what expression is tested and whether the check applies on the taken or not-taken branch, or an empty std::optional if this isn't a null check. Definition at line 36 of file local_safe_pointers.cpp.