Home
last modified time | relevance | path

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

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/module/functions/local_function/
H A Dcontext.rs13 pub(crate) struct ControlFrame { struct
32 pub(crate) type ControlStack = Vec<ControlFrame>; argument
111 pub fn pop_control(&mut self) -> Result<(ControlFrame, InstrSeqId)> { in pop_control() argument
122 pub fn control(&self, n: usize) -> Result<&ControlFrame> { in control() argument
202 controls.push(ControlFrame { in impl_push_control_with_ty()
213 fn impl_pop_control(controls: &mut ControlStack) -> Result<ControlFrame> { in impl_pop_control() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dmicrowasm.rs945 struct ControlFrame { struct
952 impl ControlFrame { implementation
980 inner: Vec<ControlFrame>,
984 fn function_block(&self) -> &ControlFrame { in function_block() argument
988 fn get(&self, n: usize) -> Option<&ControlFrame> { in get() argument
996 fn top(&self) -> Option<&ControlFrame> { in top() argument
1008 fn pop(&mut self) -> Option<ControlFrame> { in pop() argument
1012 fn push(&mut self, val: ControlFrame) { in push() argument
1018 type Output = ControlFrame;
1182 out.control_frames.push(ControlFrame { in new()
[all …]
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dreplayer.py31 self.control_frame = ControlFrame(self.right_frame)
76 class ControlFrame(ttk.Frame): class
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dbonoboui-types.defs25 (define-object ControlFrame
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs583 type ControlStack s = [ControlFrame s]
638 data ControlFrame s = CaseK QName ArgInfo (FastCase FastCompiledClauses) (Spine s) (Spine s) (Match… type
1454 instance Pretty (ControlFrame s) where
/dports/graphics/photivo/photivo/Sources/
H A DptMainWindow.cpp2126 ControlFrame->setVisible(Settings->GetInt("ShowToolContainer")); in UpdateSettings()
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A DChangeLog882 * pkgIndex.tcl: removed bogus "ControlFrame" entry [bug 1429405]