Lines Matching refs:label_scope
2381 if (!is_in_scope(def->label_scope, label_scope))2383 } else if (!label->label_scope) {2384 label->label_scope = label_scope;2469 stmt->label_scope = label_scope;2470 if (s->label_scope) {2471 if (!is_in_scope(label_scope, s->label_scope))