Lines Matching refs:outer
1147 list. Obviously the outermost frame in the stack has .outer
1155 struct _StackFrame* outer;
1234 tl_assert(frame->outer);
1242 for (; frame; frame = frame->outer) {
1800 if (caller->outer) { /* "this is not the outermost frame" */
1801 tl_assert(caller->outer->inner == caller);
1802 tl_assert(caller->outer->depth >= 0);
1803 tl_assert(1 + caller->outer->depth == caller->depth);
1848 callee->outer = caller;
1916 if (!innermost->outer)
1919 tl_assert(innermost->inner->outer == innermost);
1920 tl_assert(innermost->outer->inner == innermost);
1935 innermost = innermost->outer;
1941 if (innermost->outer) { /* not at the outermost frame */
2344 /* ->depth, ->outer, ->inner are 0, NULL, NULL */
2382 while (frame->outer)
2383 frame = frame->outer;
2415 tl_assert(sf->outer == NULL);