Home | History | Annotate | Download | only in x87

Lines Matching full:outer_scope

1197     s = s->outer_scope();
1233 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {