MCPcopy Create free account
hub / github.com/csmith-project/csmith / is_null

Method is_null

src/FactPointTo.cpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67vector<vector<const Variable*> > FactPointTo::all_aliases;
68
69bool
70FactPointTo::is_null() const
71{
72 size_t i;
73 for (i=0; i<point_to_vars.size(); i++) {
74 if (point_to_vars[i] == null_ptr) {
75 return true;
76 }
77 }
78 return false;
79}
80
81bool
82FactPointTo::is_tbd_only() const

Callers 2

is_valid_ptrMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected