Home
last modified time | relevance | path

Searched refs:dprogress (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddenum.c103 unsigned dprogress_save = Module::dprogress; in semantic()
159 Module::dprogress = dprogress_save; in semantic()
198 Module::dprogress++; in semantic()
H A Ddmodule.c35 unsigned Module::dprogress;
946 if (dprogress == 0) in runDeferredSemantic()
958 dprogress = 0; in runDeferredSemantic()
988 } while (deferred.dim < len || dprogress); // while making progress in runDeferredSemantic()
H A Dmodule.h62 static unsigned dprogress; // progress resolving the deferred list variable
H A Ddclass.c840 Module::dprogress++; in semantic()
1711 Module::dprogress++; in semantic()
H A Ddstruct.c1182 Module::dprogress++; in semantic()
H A Dfunc.c1197 Module::dprogress++; in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h61 static unsigned dprogress; // progress resolving the deferred list variable
H A Ddmodule.d328 extern (C++) __gshared uint dprogress; // progress resolving the deferred list
1304 if (dprogress == 0) in runDeferredSemantic()
1316 dprogress = 0; in runDeferredSemantic()
1346 while (deferred.dim < len || dprogress); // while making progress in runDeferredSemantic()
H A Ddsymbolsem.d2018 uint dprogress_save = Module.dprogress; in visit()
2077 Module.dprogress = dprogress_save; in visit()
2118 Module.dprogress++; in visit()
3905 Module.dprogress++; in funcDeclarationSemantic()
4629 Module.dprogress++; in visit()
5289 Module.dprogress++; in visit()
5636 Module.dprogress++; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1177 Module::dprogress = 1; in d_parse_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1219 Module::dprogress = 1; in d_parse_file()