MCPcopy 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

PrintIfMethod · 0.45
PrintForMethod · 0.45
PrintWhileDoMethod · 0.45
PrintDoWhileMethod · 0.45
InitiateMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected