Home
last modified time | relevance | path

Searched refs:recursionLimit (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmacro.c229 if (nest > global.recursionLimit) in expand()
232 global.recursionLimit); in expand()
H A Dglobals.h239 enum { recursionLimit = 500 }; // number of recursive template expansions before abort enumerator
H A Doptimize.c1263 if (b++ == global.recursionLimit) in Expression_optimize()
H A Ddtemplate.c5943 if (++nest > global.recursionLimit) in tryExpandMembers()
5960 if (++nest > global.recursionLimit) in trySemantic3()
6423 if (++nest > global.recursionLimit) in semantic()
8510 if (++nest > global.recursionLimit) in semantic()
H A Dmtype.c2208 if (++nest > global.recursionLimit) in noMember()
5455 if (inuse > global.recursionLimit) in semantic()
H A Dexpressionsem.c2910 if (++nest > global.recursionLimit) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmacro.d55 if (nest > global.recursionLimit) in expand()
58 global.recursionLimit); in expand()
H A Dglobals.d336 enum recursionLimit = 500; /// number of recursive template expansions before abort member
H A Doptimize.d1298 if (b++ == global.recursionLimit) in Expression_optimize()
H A Dtypesem.d1162 if (mtype.inuse > global.recursionLimit) in typeSemantic()
3798 if (++nest > global.recursionLimit) in dotExp()
H A Ddsymbolsem.d2798 if (++nest > global.recursionLimit) in visit()
6255 if (++nest > global.recursionLimit) in templateInstanceSemantic()
H A Ddtemplate.d7468 if (++nest > global.recursionLimit) in tryExpandMembers()
7485 if (++nest > global.recursionLimit) in trySemantic3()
H A Dexpressionsem.d4364 if (++nest > global.recursionLimit) in visit()