Home
last modified time | relevance | path

Searched refs:struct_error (Results 1 – 21 of 21) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/const_eval/
H A Derror.rs12 struct_error, ErrorHandled, FrameInfo, InterpError, InterpErrorInfo, Machine, MachineStopType,
93 pub fn struct_error( in struct_error() method
103 self.struct_error(tcx, message, |mut e| e.emit()) in report_as_error()
181 finish(struct_error(tcx, &self.error.to_string()), None); in struct_generic()
203 finish(struct_error(tcx, message), Some(err_msg)); in struct_generic()
H A Deval_queries.rs380 Err(err.struct_error( in eval_to_allocation_raw_provider()
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A D_datatypes.py21 from struct import error as struct_error unknown
307 except (struct_error, TypeError, ValueError):
437 except struct_error as e:
498 except struct_error as e:
/dports/lang/python310/Python-3.10.1/Modules/_xxtestfuzz/
H A Dfuzzer.c84 PyObject* struct_error = NULL; variable
92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()
93 if (struct_error == NULL) { in init_struct_unpack()
134 if (unpacked == NULL && PyErr_ExceptionMatches(struct_error)) { in fuzz_struct_unpack()
/dports/lang/python39/Python-3.9.9/Modules/_xxtestfuzz/
H A Dfuzzer.c84 PyObject* struct_error = NULL; variable
92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()
93 if (struct_error == NULL) { in init_struct_unpack()
134 if (unpacked == NULL && PyErr_ExceptionMatches(struct_error)) { in fuzz_struct_unpack()
/dports/lang/python311/Python-3.11.0a3/Modules/_xxtestfuzz/
H A Dfuzzer.c84 PyObject* struct_error = NULL; variable
92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()
93 if (struct_error == NULL) { in init_struct_unpack()
134 if (unpacked == NULL && PyErr_ExceptionMatches(struct_error)) { in fuzz_struct_unpack()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dkern.py9 from struct import unpack_from, calcsize, pack, error as struct_error unknown
62 except struct_error:
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/packages/flashmedia/
H A Dtypes.py5 from struct import Struct, error as struct_error unknown
122 raise struct_error(msg)
133 raise struct_error(msg)
171 raise struct_error(msg)
186 raise struct_error(msg)
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/packages/flashmedia/
H A Dtypes.py5 from struct import Struct, error as struct_error unknown
118 raise struct_error(msg)
129 raise struct_error(msg)
167 raise struct_error(msg)
182 raise struct_error(msg)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dweb_socket.py12 from struct import error as struct_error, pack, unpack_from unknown
399 except struct_error:
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/interpret/
H A Derror.rs39 pub fn struct_error<'tcx>(tcx: TyCtxtAt<'tcx>, msg: &str) -> DiagnosticBuilder<'tcx> { in struct_error() function
H A Dmod.rs121 struct_error, CheckInAllocMsg, ErrorHandled, EvalToAllocationRawResult, EvalToConstValueResult,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dadt.rs378 crate::mir::interpret::struct_error( in eval_explicit_discr()
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/
H A DMANIFEST179 t/60struct_error.t
/dports/misc/netron/node_modules/dmg-builder/vendor/biplist/
H A D__init__.py53 from struct import error as struct_error unknown
949 except struct_error as e:
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/biplist/
H A D__init__.py53 from struct import error as struct_error unknown
949 except struct_error as e:
/dports/devel/py-biplist/biplist-1.0.3/biplist/
H A D__init__.py53 from struct import error as struct_error unknown
949 except struct_error as e:
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/pattern/
H A Dcheck_match.rs104 rustc_middle::mir::interpret::struct_error( in report_inlining_errors()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c1384 struct_error: in mklvalue()
1399 goto struct_error; in mklvalue()
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv239 Modules/_xxtestfuzz/fuzzer.c - struct_error -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv256 Modules/_xxtestfuzz/fuzzer.c - struct_error -