Searched refs:hasMainFunction (Results 1 – 4 of 4) sorted by relevance
294 bool hasMainFunction; member
330 … bool hasMainFunction; /// Whether a main function has already been compiled in (for -main switch) member
3931 global.hasMainFunction = true; in funcDeclarationSemantic()
1206 if (m == main_module && global.hasMainFunction) in d_parse_file()