Home
last modified time | relevance | path

Searched defs:InitExpr (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { impl
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { implementation
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { impl
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { implementation
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { argument
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { implementation
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { argument
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { impl
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { argument
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Dinit_expr.rs19 pub struct InitExpr<'a> { struct
24 impl<'a> InitExpr<'a> { argument
25 pub fn new(data: &[u8], offset: usize) -> InitExpr { in new()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/
H A Dinit_expr.rs13 pub enum InitExpr { enum
24 impl InitExpr { implementation
25 pub(crate) fn eval(init: &wasmparser::InitExpr, ids: &IndicesToIds) -> Result<InitExpr> { in eval()
48 impl Emit for InitExpr { implementation
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmInitExpr.h54 InitExpr() : kind_(InitExprKind::None) {} in InitExpr() function
56 explicit InitExpr(LitVal literal) in InitExpr() function
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmInitExpr.h54 InitExpr() : kind_(InitExprKind::None) {} in InitExpr() function
56 explicit InitExpr(LitVal literal) in InitExpr() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmInitExpr.h54 InitExpr() : kind_(InitExprKind::None) {} in InitExpr() function
56 explicit InitExpr(LitVal literal) in InitExpr() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dsegment.rs25 pub fn new(index: u32, offset: Option<InitExpr>, members: Vec<u32>) -> Self { in new()
48 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
53 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
167 pub fn new(index: u32, offset: Option<InitExpr>, value: Vec<u8>) -> Self { in new()
184 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
189 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
H A Dglobal_entry.rs22 pub fn init_expr(&self) -> &InitExpr { &self.init_expr } in init_expr()
26 pub fn init_expr_mut(&mut self) -> &mut InitExpr { &mut self.init_expr } in init_expr_mut()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dsegment.rs25 pub fn new(index: u32, offset: Option<InitExpr>, members: Vec<u32>) -> Self { in new()
48 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
53 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
167 pub fn new(index: u32, offset: Option<InitExpr>, value: Vec<u8>) -> Self { in new()
184 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
189 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
H A Dglobal_entry.rs22 pub fn init_expr(&self) -> &InitExpr { &self.init_expr } in init_expr()
26 pub fn init_expr_mut(&mut self) -> &mut InitExpr { &mut self.init_expr } in init_expr_mut()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dsegment.rs25 pub fn new(index: u32, offset: Option<InitExpr>, members: Vec<u32>) -> Self { in new()
48 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
53 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
167 pub fn new(index: u32, offset: Option<InitExpr>, value: Vec<u8>) -> Self { in new()
184 pub fn offset(&self) -> &Option<InitExpr> { &self.offset } in offset()
189 pub fn offset_mut(&mut self) -> &mut Option<InitExpr> { &mut self.offset } in offset_mut()
H A Dglobal_entry.rs22 pub fn init_expr(&self) -> &InitExpr { &self.init_expr } in init_expr()
26 pub fn init_expr_mut(&mut self) -> &mut InitExpr { &mut self.init_expr } in init_expr_mut()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp68 const Expr *InitExpr = EnumConst->getInitExpr(); in isNonPowerOf2NorNullLiteral() local
81 if (const Expr *InitExpr = EnumConst->getInitExpr()) { in isMaxValAllBitSetLiteral() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp68 const Expr *InitExpr = EnumConst->getInitExpr(); in isNonPowerOf2NorNullLiteral() local
81 if (const Expr *InitExpr = EnumConst->getInitExpr()) { in isMaxValAllBitSetLiteral() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp68 const Expr *InitExpr = EnumConst->getInitExpr(); in isNonPowerOf2NorNullLiteral() local
81 if (const Expr *InitExpr = EnumConst->getInitExpr()) { in isMaxValAllBitSetLiteral() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp68 const Expr *InitExpr = EnumConst->getInitExpr(); in isNonPowerOf2NorNullLiteral() local
81 if (const Expr *InitExpr = EnumConst->getInitExpr()) { in isMaxValAllBitSetLiteral() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp68 const Expr *InitExpr = EnumConst->getInitExpr(); in isNonPowerOf2NorNullLiteral() local
81 if (const Expr *InitExpr = EnumConst->getInitExpr()) { in isMaxValAllBitSetLiteral() local

12345678910>>...19