Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ compileTokenIfNot
Method
compileTokenIfNot
GPCS4/Graphics/Gcn/GcnCompilerFlowControl.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void GcnCompiler::compileTokenIfNot(const GcnToken& token)
41
{
42
this->emitControlFlowIf(token);
43
}
44
45
void GcnCompiler::compileTokenElse(const GcnToken& token)
46
{
Callers
nothing calls this directly
Calls
1
emitControlFlowIf
Method · 0.95
Tested by
no test coverage detected