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

Method get_var

src/FactPointTo.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 virtual ~FactPointTo(void);
63
64 virtual const Variable* get_var(void) const { return var;};
65 const vector<const Variable*>& get_point_to_vars(void) const { return point_to_vars; };
66
67 bool is_null(void) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected