Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ PushScope
Method
PushScope
Source/SpireCore/SpirVCodeGen.cpp:1880–1884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1878
}
1879
1880
void PushScope()
1881
{
1882
StackVariableNameToStorageID.Add(Dictionary<ILOperand*, int>());
1883
StackVariableNameToValueID.Add(Dictionary<ILOperand*, int>());
1884
}
1885
1886
void PopScope()
1887
{
Callers
6
PrintIf
Method · 0.45
PrintFor
Method · 0.45
PrintWhileDo
Method · 0.45
PrintDoWhile
Method · 0.45
Initiate
Method · 0.45
GenerateFunctionDefinition
Method · 0.45
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected