Lines Matching refs:recursive
1155 separated by a @samp{+}. The first number counts non-recursive calls,
1156 and the second counts recursive calls.
1212 followed by the total number of non-recursive calls to @code{report} from
1271 followed by the total number of non-recursive calls to @code{report}.
1311 @code{a} is indirectly recursive?
1394 recursive calls back to @code{a}.
1404 itself). This is a generalization of the usual split into non-recursive and
1405 recursive calls.
1777 For a recursive function, Unix @code{gprof} lists the function as a
1779 of recursive calls. @sc{gnu} @code{gprof} omits these lines and puts
1780 the number of recursive calls in the primary line.