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

Method get_var

src/ExpressionVariable.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 int get_indirect_level(void) const;
65
66 const Variable* get_var(void) const {return &var;};
67 //
68 virtual std::vector<const ExpressionVariable*> get_dereferenced_ptrs(void) const;
69 virtual void get_referenced_ptrs(std::vector<const Variable*>& ptrs) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected