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

Function OutputVolatileAddress

src/Variable.cpp:900–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void OutputVolatileAddress(const vector<Variable*> &vars, std::ostream &out, int indent, const string &fp_string)
901{
902 std::vector<Variable*>::const_iterator i;
903 std::vector<std::string> seen_names;
904
905 for(i = vars.begin(); i != vars.end(); ++i) {
906 (*i)->output_volatile_address(out, indent, fp_string, seen_names);
907 }
908}
909
910// --------------------------------------------------------------
911void

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected