MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getSMTName

Method getSMTName

ir/value.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207string Input::getSMTName(unsigned child) const {
208 if (getType().isAggregateType())
209 return smt_name + '#' + to_string(child);
210 assert(child == 0);
211 return smt_name;
212}
213
214StateValue Input::mkInput(State &s, const Type &ty, unsigned child) const {
215 if (auto agg = ty.getAsAggregateType()) {

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
isAggregateTypeMethod · 0.80

Tested by

no test coverage detected