Lines Matching refs:parent
37 struct scope_stack *parent, *child;
332 if (stack_top->parent == NULL) {
333 /* in parent, so use global symbol table */
566 if (stack_top->parent == NULL) {
567 /* in parent, so use global symbol table */
626 if (stack_top->parent == NULL) {
674 if (stack_top->parent == NULL) {
1134 /* not within scope of this stack, so try its parent */
1135 return is_scope_in_stack(scope, stack->parent);
1181 /* not within scope of this stack, so try its parent */
1182 return is_perm_in_stack(perm_value, class_value, stack->parent);
1418 return copy_requirements(dest, stack->parent);
1432 if (copy_requirements(decl, stack_top->parent) == -1) {
1439 && stack_top->parent != NULL) {
1476 s->parent = stack_top;
1486 scope_stack_t *parent;
1488 parent = stack_top->parent;
1489 if (parent != NULL) {
1490 parent->child = NULL;
1493 stack_top = parent;