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

Function nullcSaveListing

NULLC/nullc.cpp:287–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void nullcSaveListing(const char *fileName)
288{
289 using namespace NULLC;
290 NULLC_CHECK_INITIALIZED((void)0);
291
292#ifdef NULLC_LOG_FILES
293 compiler->SaveListing(fileName);
294#else
295 (void)fileName;
296#endif
297}
298
299void nullcTranslateToC(const char *fileName, const char *mainName)
300{

Callers 3

SuperCalcRunFunction · 0.85
RunCodeMethod · 0.85
RunInterfaceTestsFunction · 0.85

Calls 1

SaveListingMethod · 0.80

Tested by 2

RunCodeMethod · 0.68
RunInterfaceTestsFunction · 0.68