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

Function IncreaseCycleDepth

NULLC/Callbacks.cpp:4716–4720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4714}
4715
4716void IncreaseCycleDepth()
4717{
4718 assert(cycleDepth.size() != 0);
4719 cycleDepth.back()++;
4720}
4721void AddForNode(const char* pos)
4722{
4723 CodeInfo::lastKnownStartPos = pos;

Callers 5

AddListGeneratorFunction · 0.85
ParseForExprFunction · 0.85
ParseWhileExprFunction · 0.85
ParseDoWhileExprFunction · 0.85

Calls 2

assertFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected