Home
last modified time | relevance | path

Searched defs:temp_scope (Results 1 – 14 of 14) sorted by relevance

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DReformulationExecStatements.py56 provider, globals_node, locals_node, temp_scope, source_ref argument
H A DReformulationTryExceptStatements.py65 def makeTryExceptNoRaise(provider, temp_scope, tried, handling, no_raise, source_ref): argument
H A DReformulationContractionExpressions.py369 temp_scope, argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DOutlineNodes.py79 def allocateTempVariable(self, temp_scope, name, temp_type=None): argument
302 def allocateTempVariable(self, temp_scope, name, temp_type=None): argument
H A DNodeBases.py740 def allocateTempVariable(self, temp_scope, name, temp_type=None): argument
777 def getTempVariable(self, temp_scope, name): argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/igblast/
H A Digblastn_app.cpp760 CRef<CScope> temp_scope(new CScope(*CObjectManager::GetInstance())); in Run() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/
H A Dgene_finder.cpp690 CRef<CScope> temp_scope; in GetFeatViaSubsetThenExtremesIfPossible_Helper() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/
H A Dgene_finder.cpp690 CRef<CScope> temp_scope; in GetFeatViaSubsetThenExtremesIfPossible_Helper() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-regexp.cc1164 HandleScope temp_scope(isolate); in SearchRegExpMultiple() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-regexp.cc1168 HandleScope temp_scope(isolate); in SearchRegExpMultiple() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/matches/
H A Dmod.rs66 let temp_scope = temp_scope_override.unwrap_or_else(|| this.local_scope()); in then_else_break() localVariable
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-regexp.cc1246 HandleScope temp_scope(isolate); in SearchRegExpMultiple() local
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-regexp.cc1203 HandleScope temp_scope(isolate); in SearchRegExpMultiple() local
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-api.cc19829 { v8::HandleScope temp_scope(context->GetIsolate()); in THREADED_TEST() local