Home
last modified time | relevance | path

Searched refs:printedMain (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c1206 static bool printedMain = false; // semantic might run more than once in semantic() local
1207 if (global.params.verbose && !printedMain) in semantic()
1214 printedMain = true; in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d3914 __gshared bool printedMain = false; // semantic might run more than once in funcDeclarationSemantic() local
3915 if (global.params.verbose && !printedMain) in funcDeclarationSemantic()
3922 printedMain = true; in funcDeclarationSemantic()