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

Method get_prefixed_name

src/DFSRndNumGenerator.cpp:434–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434std::string
435DFSRndNumGenerator::get_prefixed_name(const std::string &name)
436{
437 std::ostringstream ss;
438 ss << "p_";
439 seq_->get_sequence(ss);
440 ss << seq_->get_sep_char() << name;
441 return ss.str();
442}
443
444/*
445 * Print the tracing information for debugging.

Callers

nothing calls this directly

Calls 2

get_sequenceMethod · 0.45
get_sep_charMethod · 0.45

Tested by

no test coverage detected