Lines Matching refs:outer
1200 list. Obviously the outermost frame in the stack has .outer
1208 struct _StackFrame* outer;
1287 tl_assert(frame->outer);
1295 for (; frame; frame = frame->outer) {
1858 if (caller->outer) { /* "this is not the outermost frame" */
1859 tl_assert(caller->outer->inner == caller);
1860 tl_assert(caller->outer->depth >= 0);
1861 tl_assert(1 + caller->outer->depth == caller->depth);
1906 callee->outer = caller;
1974 if (!innermost->outer)
1977 tl_assert(innermost->inner->outer == innermost);
1978 tl_assert(innermost->outer->inner == innermost);
1993 innermost = innermost->outer;
1999 if (innermost->outer) { /* not at the outermost frame */
2402 /* ->depth, ->outer, ->inner are 0, NULL, NULL */
2440 while (frame->outer)
2441 frame = frame->outer;
2473 tl_assert(sf->outer == NULL);