Searched refs:recursionLimit (Results 1 – 13 of 13) sorted by relevance
229 if (nest > global.recursionLimit) in expand()232 global.recursionLimit); in expand()
239 enum { recursionLimit = 500 }; // number of recursive template expansions before abort enumerator
1263 if (b++ == global.recursionLimit) in Expression_optimize()
5943 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()
2208 if (++nest > global.recursionLimit) in noMember()5455 if (inuse > global.recursionLimit) in semantic()
2910 if (++nest > global.recursionLimit) in visit()
55 if (nest > global.recursionLimit) in expand()58 global.recursionLimit); in expand()
336 enum recursionLimit = 500; /// number of recursive template expansions before abort member
1298 if (b++ == global.recursionLimit) in Expression_optimize()
1162 if (mtype.inuse > global.recursionLimit) in typeSemantic()3798 if (++nest > global.recursionLimit) in dotExp()
2798 if (++nest > global.recursionLimit) in visit()6255 if (++nest > global.recursionLimit) in templateInstanceSemantic()
7468 if (++nest > global.recursionLimit) in tryExpandMembers()7485 if (++nest > global.recursionLimit) in trySemantic3()
4364 if (++nest > global.recursionLimit) in visit()