Searched refs:is_in_scope (Results 1 – 4 of 4) sorted by relevance
65 extern int is_in_scope(struct scope *outer, struct scope *inner);
175 int is_in_scope(struct scope *outer, struct scope *inner) in is_in_scope() function
2381 if (!is_in_scope(def->label_scope, label_scope)) in check_label_usage()2471 if (!is_in_scope(label_scope, s->label_scope)) in statement()
82 if (session_->is_in_scope() || session_->is_write_scheduled()) { in Http2Scope()519 CHECK(!is_in_scope()); in ~Http2Session()2142 if (session_->is_in_scope() && is_stream_cancel(code)) { in SubmitRstStream()