MCPcopy 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
62void NodeZeroOP::TranslateToC(FILE *fOut)
63{
64 OutputIdent(fOut);
65 fprintf(fOut, "/* node translation unknown */\r\n");
66}
67
68void NodeZeroOP::TranslateToCExtra(FILE *fOut)
69{

Callers 1

TranslateToCExtraMethod · 0.45

Calls 11

OutputIdentFunction · 0.85
assertFunction · 0.85
OutputCFunctionNameFunction · 0.85
GetEscapedNameFunction · 0.85
strcmpFunction · 0.85
ChooseBinaryOpResultTypeFunction · 0.85
OutputCTypeMethod · 0.80
GetIntegerMethod · 0.80
SafeSprintfFunction · 0.70
GetStringHashFunction · 0.70
GetFirstNodeMethod · 0.45

Tested by

no test coverage detected