Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching defs:outer

1206          list.  Obviously the outermost frame in the stack has .outer
1214 struct _StackFrame* outer;
1295 tl_assert(frame->outer);
1303 for (; frame; frame = frame->outer) {
1866 if (caller->outer) { /* "this is not the outermost frame" */
1867 tl_assert(caller->outer->inner == caller);
1868 tl_assert(caller->outer->depth >= 0);
1869 tl_assert(1 + caller->outer->depth == caller->depth);
1914 callee->outer = caller;
1982 if (!innermost->outer)
1985 tl_assert(innermost->inner->outer == innermost);
1986 tl_assert(innermost->outer->inner == innermost);
2001 innermost = innermost->outer;
2007 if (innermost->outer) { /* not at the outermost frame */
2410 /* ->depth, ->outer, ->inner are 0, NULL, NULL */
2448 while (frame->outer)
2449 frame = frame->outer;
2481 tl_assert(sf->outer == NULL);