Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ TranslateToC
Method
TranslateToC
NULLC/SyntaxTreeTranslate.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void NodeZeroOP::TranslateToC(FILE *fOut)
63
{
64
OutputIdent(fOut);
65
fprintf(fOut,
"/* node translation unknown */\r\n"
);
66
}
67
68
void NodeZeroOP::TranslateToCExtra(FILE *fOut)
69
{
Callers
1
TranslateToCExtra
Method · 0.45
Calls
11
OutputIdent
Function · 0.85
assert
Function · 0.85
OutputCFunctionName
Function · 0.85
GetEscapedName
Function · 0.85
strcmp
Function · 0.85
ChooseBinaryOpResultType
Function · 0.85
OutputCType
Method · 0.80
GetInteger
Method · 0.80
SafeSprintf
Function · 0.70
GetStringHash
Function · 0.70
GetFirstNode
Method · 0.45
Tested by
no test coverage detected