Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4716
void IncreaseCycleDepth()
4717
{
4718
assert(cycleDepth.size() != 0);
4719
cycleDepth.back()++;
4720
}
4721
void AddForNode(const char* pos)
4722
{
4723
CodeInfo::lastKnownStartPos = pos;
Callers
5
AddDefaultConstructorCall
Function · 0.85
AddListGenerator
Function · 0.85
ParseForExpr
Function · 0.85
ParseWhileExpr
Function · 0.85
ParseDoWhileExpr
Function · 0.85
Calls
2
assert
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected