Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
Value* ValueFactory::newSValue() { return new SValue(); }
84
85
Value* ValueFactory::newStValue() { return new StValue(); }
86
87
Value* ValueFactory::newLValue() {
88
// if (m_headFree == nullptr) {
Callers
5
evalExpr
Method · 0.80
fromVpiValue
Method · 0.80
fromString
Method · 0.80
TEST
Function · 0.80
compileImportDeclaration
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64