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

Method TranslateToCExtra

NULLC/SyntaxTreeTranslate.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void NodeZeroOP::TranslateToCExtra(FILE *fOut)
69{
70 NodeZeroOP *curr = head;
71 while(curr)
72 {
73 curr->TranslateToC(fOut);
74 curr = curr->next;
75 }
76}
77
78void NodeOneOP::TranslateToC(FILE *fOut)
79{

Callers

nothing calls this directly

Calls 1

TranslateToCMethod · 0.45

Tested by

no test coverage detected