Home
last modified time | relevance | path

Searched refs:is_in_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dscope.h65 extern int is_in_scope(struct scope *outer, struct scope *inner);
Dscope.c175 int is_in_scope(struct scope *outer, struct scope *inner) in is_in_scope() function
Dparse.c2381 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()
/third_party/node/src/
Dnode_http2.cc82 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()