Home | History | Annotate | Download | only in IPO

Lines Matching full:recursion

263         // have to be careful about infinite recursion.
2204 // Base case of the recursion.
2328 /// CallStack - This is used to detect recursion. In pathological situations
2630 // Check to see if this function is already executing (recursion). If so,
2631 // bail out. TODO: we might want to accept limited recursion.