MCPcopy Create free account
hub / github.com/WheretIB/nullc / EndSwitch

Function EndSwitch

NULLC/Callbacks.cpp:4823–4829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4821}
4822
4823void EndSwitch()
4824{
4825 assert(cycleDepth.size() != 0);
4826 cycleDepth.back()--;
4827
4828 EndBlock();
4829}
4830
4831// Begin type definition
4832TypeInfo* TypeBegin(const char* pos, const char* end, bool addNamespace)

Callers 1

ParseSwitchExprFunction · 0.85

Calls 3

assertFunction · 0.85
EndBlockFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected