MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / newStValue

Method newStValue

src/Expression/Value.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83Value* ValueFactory::newSValue() { return new SValue(); }
84
85Value* ValueFactory::newStValue() { return new StValue(); }
86
87Value* ValueFactory::newLValue() {
88 // if (m_headFree == nullptr) {

Callers 5

evalExprMethod · 0.80
fromVpiValueMethod · 0.80
fromStringMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64