Home
last modified time | relevance | path

Searched defs:push_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/log/src/
Dnamed_scope.cpp289 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope() function in boost::attributes::named_scope
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp118 void glsl_symbol_table::push_scope() in push_scope() function in glsl_symbol_table
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c251 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() function
/third_party/quickjs/
Dquickjs.c21780 static int push_scope(JSParseState *s) { in push_scope() function