Home
last modified time | relevance | path

Searched refs:set_current_scope (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.h60 extern void set_current_scope(struct symbol *);
H A Dscope.c44 void set_current_scope(struct symbol *sym) in set_current_scope() function
H A Dparse.c757 set_current_scope(sym); // used by dissect in struct_union_enum_specifier()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h461 inline void set_current_scope(Scope* scope) { current_scope_ = scope; } in set_current_scope() function in v8::internal::interpreter::final
H A Dbytecode-generator.cc863 generator_->set_current_scope(scope); in CurrentScope()
868 generator_->set_current_scope(outer_scope_); in ~CurrentScope()

Completed in 18 milliseconds