Home
last modified time | relevance | path

Searched refs:lexical_scope (Results 1 – 12 of 12) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dpform.cc404 assert(lexical_scope); in pform_peek_scope()
405 return lexical_scope; in pform_peek_scope()
421 assert(lexical_scope); in pform_pop_scope()
669 lexical_scope = task; in pform_push_task_scope()
705 lexical_scope = func; in pform_push_function_scope()
1495 lexical_scope = gen; in pform_start_generate_for()
1516 lexical_scope = gen; in pform_start_generate_if()
1540 lexical_scope = gen; in pform_start_generate_else()
1560 lexical_scope = gen; in pform_start_generate_case()
1581 lexical_scope = gen; in pform_start_generate_nblock()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-emitter/src/
H A Demitter_scope.rs307 let mut lexical_scope = LexicalEmitterScope::new(scope_data, first_frame_slot); in enter_lexical() localVariable
308 let next_frame_slot = lexical_scope.next_frame_slot; in enter_lexical()
313 lexical_scope.needs_environment_object, in enter_lexical()
315 lexical_scope.scope_note_index = Some(index); in enter_lexical()
317 let scope = EmitterScope::Lexical(lexical_scope); in enter_lexical()
325 let lexical_scope = match self.scope_stack.pop() { in leave_lexical() localVariable
330 lexical_scope in leave_lexical()
333 lexical_scope.needs_environment_object, in leave_lexical()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Demitter_scope.rs307 let mut lexical_scope = LexicalEmitterScope::new(scope_data, first_frame_slot); in enter_lexical() localVariable
308 let next_frame_slot = lexical_scope.next_frame_slot; in enter_lexical()
313 lexical_scope.needs_environment_object, in enter_lexical()
315 lexical_scope.scope_note_index = Some(index); in enter_lexical()
317 let scope = EmitterScope::Lexical(lexical_scope); in enter_lexical()
325 let lexical_scope = match self.scope_stack.pop() { in leave_lexical() localVariable
330 lexical_scope in leave_lexical()
333 lexical_scope.needs_environment_object, in leave_lexical()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Demitter_scope.rs307 let mut lexical_scope = LexicalEmitterScope::new(scope_data, first_frame_slot); in enter_lexical() localVariable
308 let next_frame_slot = lexical_scope.next_frame_slot; in enter_lexical()
313 lexical_scope.needs_environment_object, in enter_lexical()
315 lexical_scope.scope_note_index = Some(index); in enter_lexical()
317 let scope = EmitterScope::Lexical(lexical_scope); in enter_lexical()
325 let lexical_scope = match self.scope_stack.pop() { in leave_lexical() localVariable
330 lexical_scope in leave_lexical()
333 lexical_scope.needs_environment_object, in leave_lexical()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-emitter/src/
H A Demitter_scope.rs255 let mut lexical_scope = LexicalEmitterScope::new(scope_data, first_frame_slot); in enter_lexical() localVariable
256 let next_frame_slot = lexical_scope.next_frame_slot; in enter_lexical()
258 lexical_scope.scope_note_index = Some(index); in enter_lexical()
260 let scope = EmitterScope::Lexical(lexical_scope); in enter_lexical()
268 let lexical_scope = match self.scope_stack.pop() { in leave_lexical() localVariable
273 lexical_scope in leave_lexical()
/dports/textproc/p5-Regexp-Debugger/Regexp-Debugger-0.002006/lib/Regexp/
H A DDebugger.pm161 my $lexical_scope = $hints->{'Regexp::Debugger::lexical_scope'};
166 … return bless {cooked=>$cooked, lexical_scope=>$lexical_scope}, 'Regexp::Debugger::Precursor';
310 my $lexical_scope = $x->{lexical_scope} // 0;
331 return bless {cooked=>$x, lexical_scope=>$lexical_scope}, 'Regexp::Debugger::Precursor';
342 my ($cooked, $lexical_scope) = @{$obj}{'cooked', 'lexical_scope'};
355 = Regexp::Debugger::_build_debugging_regex( $cooked, $lexical_scope, $x_flag );
411 my ( $raw_regex, $lexical_scope, $x_flag ) = @_;
412 $lexical_scope //= 0;
418 our $show_ws = $config[$lexical_scope]{show_ws};
811 lexical_scope => $lexical_scope,
[all …]
/dports/textproc/py-mathics-pygments/mathics_pygments-1.0.2/mathics_pygments/
H A Dlexer.py123 annotations = (ma.builtins, ma.unicode, ma.lexical_scope)
212 def lexical_scope(self, index, token, value): member in MathematicaAnnotations
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dinstruction.h114 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() argument
115 : lexical_scope_(lexical_scope), inlined_at_(inlined_at) {} in DebugScope()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dinstruction.h133 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() argument
134 : lexical_scope_(lexical_scope), inlined_at_(inlined_at) {} in DebugScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h127 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() argument
128 : lexical_scope_(lexical_scope), inlined_at_(inlined_at) {} in DebugScope()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dinstruction.h133 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() argument
134 : lexical_scope_(lexical_scope), inlined_at_(inlined_at) {} in DebugScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dinstruction.h127 DebugScope(uint32_t lexical_scope, uint32_t inlined_at) in DebugScope() argument
128 : lexical_scope_(lexical_scope), inlined_at_(inlined_at) {} in DebugScope()