Home
last modified time | relevance | path

Searched refs:current_scope (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/python/
Dscope.hpp18 extern BOOST_PYTHON_DECL PyObject* current_scope;
39 , m_previous_scope(detail::current_scope) in scope()
41 detail::current_scope = python::incref(new_scope.ptr()); in scope()
46 detail::current_scope ? detail::current_scope : Py_None in scope()
48 , m_previous_scope(python::xincref(detail::current_scope)) in scope()
54 python::xdecref(detail::current_scope); in ~scope()
55 detail::current_scope = m_previous_scope; in ~scope()
70 , m_previous_scope(detail::current_scope) in scope()
72 detail::current_scope = python::incref(new_scope.ptr()); in scope()
/third_party/mesa3d/src/mesa/program/
Dsymbol_table.c80 struct scope_level *current_scope; member
89 struct scope_level *const scope = table->current_scope; in _mesa_symbol_table_pop_scope()
92 table->current_scope = scope->next; in _mesa_symbol_table_pop_scope()
127 scope->next = table->current_scope; in _mesa_symbol_table_push_scope()
128 table->current_scope = scope; in _mesa_symbol_table_push_scope()
205 new_sym->next_with_same_scope = table->current_scope->symbols; in _mesa_symbol_table_add_symbol()
209 table->current_scope->symbols = new_sym; in _mesa_symbol_table_add_symbol()
250 for (top_scope = table->current_scope; top_scope->next != NULL; in _mesa_symbol_table_add_global_symbol()
308 while (table->current_scope != NULL) { in _mesa_symbol_table_dtor()
/third_party/boost/boost/log/support/
Dexception.hpp62 inline current_scope_info current_scope() in current_scope() function
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp358 defined_macros_type *current_scope = scope ? scope : current_macros; in add_macro() local
359 typename defined_macros_type::iterator it = current_scope->find(name.get_value()); in add_macro()
361 if (it != current_scope->end()) { in add_macro()
447 current_scope->insert( in add_macro()
2229 defined_macros_type *current_scope = scope ? scope : current_macros; in init_predefined_macros() local
2239 predefine_macro(current_scope, m.name, in init_predefined_macros()
2251 predefine_macro(current_scope, m.name, in init_predefined_macros()
2262 predefine_macro(current_scope, m.name, in init_predefined_macros()
2272 predefine_macro(current_scope, m.name, in init_predefined_macros()
2279 predefine_macro(current_scope, "__WAVE_HAS_VARIADICS__", in init_predefined_macros()
[all …]
/third_party/boost/libs/python/src/
Dmodule.cpp70 BOOST_PYTHON_DECL PyObject* current_scope = 0; variable
/third_party/boost/libs/log/doc/
Dattributes.qbk279 << logging::current_scope();
301 …ate a copy of the scope stack by calling [funcref boost::log::current_scope `current_scope`] at th…
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest635 boost/log/current_scope.html