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

Method print

ir/type.cpp:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void VoidType::print(ostream &os) const {
328 os << "void";
329}
330
331
332unsigned IntType::maxSubBitAccess() const {

Callers 3

type.cppFile · 0.45
verifyFunction · 0.45
openInputFileFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected