Home
last modified time | relevance | path

Searched refs:SizeOverflow (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/decoders/
H A DnsAVIFDecoder.h44 enum class NonAOMCodecError { NoFrame, SizeOverflow }; enumerator
51 SizeOverflow, enumerator
H A DnsAVIFDecoder.cpp602 return AsVariant(AOMResult(NonAOMCodecError::SizeOverflow)); in GetImage()
1101 return AsVariant(NonDecoderResult::SizeOverflow); in Decode()
1207 case NonDecoderResult::SizeOverflow: in RecordDecodeResultTelemetry()
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/
H A DnsAVIFDecoder.h44 enum class NonAOMCodecError { NoFrame, SizeOverflow }; enumerator
51 SizeOverflow, enumerator
H A DnsAVIFDecoder.cpp602 return AsVariant(AOMResult(NonAOMCodecError::SizeOverflow)); in GetImage()
1101 return AsVariant(NonDecoderResult::SizeOverflow); in Decode()
1207 case NonDecoderResult::SizeOverflow: in RecordDecodeResultTelemetry()
/dports/www/firefox/firefox-99.0/image/decoders/
H A DnsAVIFDecoder.h45 enum class NonAOMCodecError { NoFrame, SizeOverflow }; enumerator
51 SizeOverflow, enumerator
H A DnsAVIFDecoder.cpp852 return AsVariant(AOMResult(NonAOMCodecError::SizeOverflow)); in GetImage()
1579 return AsVariant(NonDecoderResult::SizeOverflow); in Decode()
1750 case NonDecoderResult::SizeOverflow: in RecordDecodeResultTelemetry()
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgfile.h52 G_EXCEPTION( SizeOverflow , "file size overflow" ) ;
H A Dgfile_win32.cpp59 throw SizeOverflow() ; in sizeString()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcontext.rs396 if let LayoutError::SizeOverflow(_) = err { in handle_layout_err()
414 if let FnAbiError::Layout(LayoutError::SizeOverflow(_)) = err { in handle_fn_abi_err()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/const_eval/
H A Derror.rs176 err_inval!(Layout(LayoutError::SizeOverflow(_))) => { in struct_generic()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dcommon.rs389 if let layout::LayoutError::SizeOverflow(_) = err { in handle_layout_err()
407 if let FnAbiError::Layout(LayoutError::SizeOverflow(_)) = err { in handle_fn_abi_err()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dlayout.rs201 SizeOverflow(Ty<'tcx>), enumerator
208 LayoutError::SizeOverflow(ty) => { in fmt()
433 offset = offset.checked_add(field.size, dl).ok_or(LayoutError::SizeOverflow(ty))?; in univariant_uninterned()
622 element.size.checked_mul(count, dl).ok_or(LayoutError::SizeOverflow(ty))?; in layout_of_uncached()
798 let size = e_ly.size.checked_mul(e_len, dl).ok_or(LayoutError::SizeOverflow(ty))?; in layout_of_uncached()
1217 return Err(LayoutError::SizeOverflow(ty)); in layout_of_uncached()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcontext.rs864 if let LayoutError::SizeOverflow(_) = err { in handle_layout_err()
882 if let FnAbiError::Layout(LayoutError::SizeOverflow(_)) = err { in handle_fn_abi_err()
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/
H A DCTypes.cpp1753 static bool SizeOverflow(JSContext* cx, const char* name, const char* limit) { in SizeOverflow() function
5363 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
5367 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
5371 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
6012 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6036 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6052 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
8044 return SizeOverflow(cx, "data", "typed array"); in ReadTypedArrayCommon()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/
H A DCTypes.cpp1746 static bool SizeOverflow(JSContext* cx, const char* name, const char* limit) { in SizeOverflow() function
5356 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
5360 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
5364 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
6006 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6030 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6046 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
8032 return SizeOverflow(cx, "data", "typed array"); in ReadTypedArrayCommon()
/dports/www/firefox/firefox-99.0/js/src/ctypes/
H A DCTypes.cpp1757 static bool SizeOverflow(JSContext* cx, const char* name, const char* limit) { in SizeOverflow() function
5374 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
5378 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
5382 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
6023 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6047 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6063 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
8055 return SizeOverflow(cx, "data", "typed array"); in ReadTypedArrayCommon()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ctypes/
H A DCTypes.cpp1753 static bool SizeOverflow(JSContext* cx, const char* name, const char* limit) { in SizeOverflow() function
5363 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
5367 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
5371 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
6012 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6036 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6052 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
8044 return SizeOverflow(cx, "data", "typed array"); in ReadTypedArrayCommon()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/ctypes/
H A DCTypes.cpp1823 SizeOverflow(JSContext* cx, const char* name, const char* limit) in SizeOverflow() function
5431 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
5435 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
5439 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
6069 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6092 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
6108 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/ctypes/
H A DCTypes.cpp1680 static bool SizeOverflow(JSContext* cx, const char* name, const char* limit) { in SizeOverflow() function
4955 SizeOverflow(cx, "array size", "size_t"); in CreateInternal()
4959 SizeOverflow(cx, "array size", "JavaScript number"); in CreateInternal()
4963 SizeOverflow(cx, "array length", "JavaScript number"); in CreateInternal()
5544 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
5566 SizeOverflow(cx, "struct size", "size_t"); in DefineInternal()
5582 SizeOverflow(cx, "struct size", "double"); in DefineInternal()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dtypes.rs1340 ty::layout::LayoutError::Unknown(_) | ty::layout::LayoutError::SizeOverflow(_), in check_item()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/render/
H A Dprint_item.rs1765 Err(LayoutError::SizeOverflow(_)) => { in document_type_layout()
/dports/graphics/webp/libwebp-1.2.1/
H A DChangeLog38 28d488e6 utils.h: add SizeOverflow()