Home
last modified time | relevance | path

Searched refs:label_scope (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dscope.c39 *label_scope = NULL, // expr-stmt labels variable
96 start_scope(&label_scope); in start_function_scope()
97 function_scope = label_scope; in start_function_scope()
143 function_scope = label_scope; in end_function_scope()
148 start_scope(&label_scope); in start_label_scope()
155 FOR_EACH_PTR(label_scope->symbols, sym) { in end_label_scope()
163 end_scope(&label_scope); in end_label_scope()
Dscope.h37 *label_scope,
Dparse.h75 struct scope *label_scope; member
Dparse.c2381 if (!is_in_scope(def->label_scope, label_scope)) in check_label_usage()
2383 } else if (!label->label_scope) { in check_label_usage()
2384 label->label_scope = label_scope; in check_label_usage()
2469 stmt->label_scope = label_scope; in statement()
2470 if (s->label_scope) { in statement()
2471 if (!is_in_scope(label_scope, s->label_scope)) in statement()
Dsymbol.h175 struct scope *label_scope; member
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc5339 OptionalChainNullLabelScope label_scope(this); in BuildOptionalChain() local
5342 label_scope.labels()->Bind(builder()); in BuildOptionalChain()
5853 OptionalChainNullLabelScope label_scope(this); in VisitDelete() local
5858 builder()->JumpIfUndefinedOrNull(label_scope.labels()->New()); in VisitDelete()
5866 label_scope.labels()->Bind(builder()); in VisitDelete()