Lines Matching full:recursion
6196 // data to be read has a maximum size this limits the maximum recursion
6197 // depth to something sane. Since C++ does not have tail call recursion
6252 // here or we can get too much recursion.
6577 // data to be read has a maximum size this limits the maximum recursion
6578 // depth to something sane. Since C++ does not have tail call recursion