Home
last modified time | relevance | path

Searched refs:ErrorType (Results 51 – 75 of 4244) sorted by relevance

12345678910>>...170

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc47 ErrorType ET; in handleTypeMismatchImpl()
111 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl()
271 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
323 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
370 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
440 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
466 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch()
504 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
548 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
591 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc47 ErrorType ET; in handleTypeMismatchImpl()
111 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl()
271 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
323 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
370 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
440 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
466 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch()
504 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
548 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
591 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc47 ErrorType ET; in handleTypeMismatchImpl()
111 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl()
271 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
323 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
370 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
440 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
466 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch()
504 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
548 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
591 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc47 ErrorType ET; in handleTypeMismatchImpl()
111 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl()
271 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
323 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
370 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
440 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
466 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch()
504 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
548 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
591 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Derror.h47 typedef struct ErrorType ErrorType; typedef
51 extern const ErrorType name
68 int errorTypeCode(const ErrorType *errorType);
71 const ErrorType *errorTypeFromCode(int code);
74 const char *errorTypeName(const ErrorType *errorType);
77 const ErrorType *errorTypeParent(const ErrorType *errorType);
80 bool errorTypeExtends(const ErrorType *child, const ErrorType *parent);
86 const ErrorType *errorType(void);
101 bool errorInstanceOf(const ErrorType *errorTypeTest);
291 bool errorInternalStateCatch(const ErrorType *errorTypeCatch);
[all …]
H A Derror.c18 struct ErrorType struct
22 const struct ErrorType *parentType; argument
108 errorTypeCode(const ErrorType *errorType) in errorTypeCode()
114 const ErrorType *
138 errorTypeName(const ErrorType *errorType) in errorTypeName()
144 const ErrorType *
145 errorTypeParent(const ErrorType *errorType) in errorTypeParent()
158 errorTypeExtends(const ErrorType *child, const ErrorType *parent) in errorTypeExtends()
160 const ErrorType *find = child; in errorTypeExtends()
177 const ErrorType *
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/ubsan/
H A Dubsan_handlers.cc282 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
308 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl()
321 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl()
337 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
384 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
456 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion()
514 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
578 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
622 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
665 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc282 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
308 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl()
321 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl()
337 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
384 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
456 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion()
514 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
578 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
622 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
665 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc282 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
308 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl()
321 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl()
337 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
384 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
456 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion()
514 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
578 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
622 ErrorType ET = ErrorType::InvalidNullArgument; in handleNonNullArg()
665 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc117 ErrorType ET = ErrorType::AlignmentAssumption; in handleAlignmentAssumptionImpl()
342 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
368 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl()
381 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl()
397 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
444 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
516 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion()
580 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
644 ErrorType ET = ErrorType::InvalidNullReturn; in handleNonNullReturn()
731 ErrorType ET = ErrorType::PointerOverflow; in handlePointerOverflowImpl()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DError.cpp29 wgpu::ErrorType ToWGPUErrorType(InternalErrorType type) { in ToWGPUErrorType()
32 return wgpu::ErrorType::Validation; in ToWGPUErrorType()
34 return wgpu::ErrorType::OutOfMemory; in ToWGPUErrorType()
40 return wgpu::ErrorType::DeviceLost; in ToWGPUErrorType()
43 return wgpu::ErrorType::Unknown; in ToWGPUErrorType()
47 InternalErrorType FromWGPUErrorType(wgpu::ErrorType type) { in FromWGPUErrorType()
49 case wgpu::ErrorType::Validation: in FromWGPUErrorType()
51 case wgpu::ErrorType::OutOfMemory: in FromWGPUErrorType()
53 case wgpu::ErrorType::DeviceLost: in FromWGPUErrorType()
/dports/www/firefox/firefox-99.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dfrom_threadbound.rs6 error::{BitsTaskError, ErrorStage, ErrorType},
27 fn error_type(&self, error: GetThreadboundError) -> ErrorType { in error_type() argument
30 GetThreadboundError::Missing => ErrorType::MissingCallback, in error_type()
31 GetThreadboundError::WrongThread => ErrorType::CallbackOnWrongThread, in error_type()
34 GetThreadboundError::Missing => ErrorType::MissingBitsService, in error_type()
35 GetThreadboundError::WrongThread => ErrorType::BitsServiceOnWrongThread, in error_type()
38 GetThreadboundError::Missing => ErrorType::MissingBitsRequest, in error_type()
42 GetThreadboundError::Missing => ErrorType::MissingObserver, in error_type()
43 GetThreadboundError::WrongThread => ErrorType::ObserverOnWrongThread, in error_type()
46 GetThreadboundError::Missing => ErrorType::MissingContext, in error_type()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dfrom_threadbound.rs6 error::{BitsTaskError, ErrorStage, ErrorType},
27 fn error_type(&self, error: GetThreadboundError) -> ErrorType { in error_type() argument
30 GetThreadboundError::Missing => ErrorType::MissingCallback, in error_type()
31 GetThreadboundError::WrongThread => ErrorType::CallbackOnWrongThread, in error_type()
34 GetThreadboundError::Missing => ErrorType::MissingBitsService, in error_type()
35 GetThreadboundError::WrongThread => ErrorType::BitsServiceOnWrongThread, in error_type()
38 GetThreadboundError::Missing => ErrorType::MissingBitsRequest, in error_type()
42 GetThreadboundError::Missing => ErrorType::MissingObserver, in error_type()
43 GetThreadboundError::WrongThread => ErrorType::ObserverOnWrongThread, in error_type()
46 GetThreadboundError::Missing => ErrorType::MissingContext, in error_type()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dfrom_threadbound.rs6 error::{BitsTaskError, ErrorStage, ErrorType},
27 fn error_type(&self, error: GetThreadboundError) -> ErrorType { in error_type() argument
30 GetThreadboundError::Missing => ErrorType::MissingCallback, in error_type()
31 GetThreadboundError::WrongThread => ErrorType::CallbackOnWrongThread, in error_type()
34 GetThreadboundError::Missing => ErrorType::MissingBitsService, in error_type()
35 GetThreadboundError::WrongThread => ErrorType::BitsServiceOnWrongThread, in error_type()
38 GetThreadboundError::Missing => ErrorType::MissingBitsRequest, in error_type()
42 GetThreadboundError::Missing => ErrorType::MissingObserver, in error_type()
43 GetThreadboundError::WrongThread => ErrorType::ObserverOnWrongThread, in error_type()
46 GetThreadboundError::Missing => ErrorType::MissingContext, in error_type()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dfrom_threadbound.rs6 error::{BitsTaskError, ErrorStage, ErrorType},
27 fn error_type(&self, error: GetThreadboundError) -> ErrorType { in error_type() argument
30 GetThreadboundError::Missing => ErrorType::MissingCallback, in error_type()
31 GetThreadboundError::WrongThread => ErrorType::CallbackOnWrongThread, in error_type()
34 GetThreadboundError::Missing => ErrorType::MissingBitsService, in error_type()
35 GetThreadboundError::WrongThread => ErrorType::BitsServiceOnWrongThread, in error_type()
38 GetThreadboundError::Missing => ErrorType::MissingBitsRequest, in error_type()
42 GetThreadboundError::Missing => ErrorType::MissingObserver, in error_type()
43 GetThreadboundError::WrongThread => ErrorType::ObserverOnWrongThread, in error_type()
46 GetThreadboundError::Missing => ErrorType::MissingContext, in error_type()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DError.cpp33 wgpu::ErrorType ToWGPUErrorType(InternalErrorType type) { in ToWGPUErrorType()
36 return wgpu::ErrorType::Validation; in ToWGPUErrorType()
38 return wgpu::ErrorType::OutOfMemory; in ToWGPUErrorType()
44 return wgpu::ErrorType::DeviceLost; in ToWGPUErrorType()
47 return wgpu::ErrorType::Unknown; in ToWGPUErrorType()
51 InternalErrorType FromWGPUErrorType(wgpu::ErrorType type) { in FromWGPUErrorType()
53 case wgpu::ErrorType::Validation: in FromWGPUErrorType()
55 case wgpu::ErrorType::OutOfMemory: in FromWGPUErrorType()
57 case wgpu::ErrorType::DeviceLost: in FromWGPUErrorType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/services/
H A Dmojo_cdm_file_io.cc67 OnError(ErrorType::kOpenError); in Open()
109 OnError(ErrorType::kOpenInUse); in OnFileOpened()
126 OnError(ErrorType::kReadInUse); in Read()
132 OnError(ErrorType::kReadError); in Read()
164 OnError(ErrorType::kReadError); in OnFileRead()
255 case ErrorType::kOpenError: in NotifyClientOfError()
258 case ErrorType::kOpenInUse: in NotifyClientOfError()
261 case ErrorType::kReadError: in NotifyClientOfError()
264 case ErrorType::kReadInUse: in NotifyClientOfError()
267 case ErrorType::kWriteError: in NotifyClientOfError()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/services/
H A Dmojo_cdm_file_io.cc67 OnError(ErrorType::kOpenError); in Open()
109 OnError(ErrorType::kOpenInUse); in OnFileOpened()
126 OnError(ErrorType::kReadInUse); in Read()
132 OnError(ErrorType::kReadError); in Read()
164 OnError(ErrorType::kReadError); in OnFileRead()
255 case ErrorType::kOpenError: in NotifyClientOfError()
258 case ErrorType::kOpenInUse: in NotifyClientOfError()
261 case ErrorType::kReadError: in NotifyClientOfError()
264 case ErrorType::kReadInUse: in NotifyClientOfError()
267 case ErrorType::kWriteError: in NotifyClientOfError()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Dresult.h145 template <typename SuccessType, typename ErrorType>
202 error.~ErrorType(); in ~ResultStorage()
227 ErrorType error;
317 typedef ErrorType_ ErrorType;
447 ErrorType&>::type
460 ErrorType>
472 ErrorType>
518 std::is_convertible<typename ReturnType::ErrorType, ErrorType>::value,
534 std::is_convertible<typename ReturnType::ErrorType, ErrorType>::value,
649 ErrorType& error() {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/api/internal/modelprovider/
H A DModelError.java19 @IntDef({ErrorType.UNKNOWN, ErrorType.NO_CARDS_ERROR, ErrorType.PAGINATION_ERROR,
20 ErrorType.SYNTHETIC_TOKEN_ERROR})
21 public @interface ErrorType { annotation in ModelError
34 private final @ErrorType int mErrorType;
38 public ModelError(@ErrorType int errorType, @Nullable ByteString continuationToken) { in ModelError()
44 public @ErrorType int getErrorType() { in getErrorType()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated15/
H A DCOLLADASaxFWLColladaParserAutoGen15ValidationData.h21 ParserError::ErrorType validate__version_enum( ParserString value );
80 ParserError::ErrorType validate__author_email( ParserString value );
102 ParserError::ErrorType validate__NMTOKEN( ParserString value );
107 ParserError::ErrorType validate__up_axis_enum( ParserString value );
165 ParserError::ErrorType validate__Name( ParserString value );
170 ParserError::ErrorType validate__digits_type( const uint8 value );
189 ParserError::ErrorType validate__sid_type( ParserString value );
402 ParserError::ErrorType validate__NCName( ParserString value );
3762 ParserError::ErrorType validate__math( ParserString value );
3915 ParserError::ErrorType validate__cn( const uint64 value );
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Djwe.rs10 use crate::error_recording::{record_error, ErrorType};
76 ) -> Result<Self, (ErrorType, String)> { in new() argument
111 ) -> Result<String, (ErrorType, String)> { in validate_base64url_encoding() argument
114 ErrorType::InvalidValue, in validate_base64url_encoding()
125 ErrorType::InvalidValue, in validate_non_empty()
136 ErrorType::InvalidOverflow, in validate_max_size()
151 ) -> Result<String, (ErrorType, String)> { in validate_fixed_size_or_empty() argument
158 ErrorType::InvalidOverflow, in validate_fixed_size_or_empty()
173 type Err = (ErrorType, String);
180 ErrorType::InvalidValue, in from_str()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Djwe.rs10 use crate::error_recording::{record_error, ErrorType};
76 ) -> Result<Self, (ErrorType, String)> { in new() argument
111 ) -> Result<String, (ErrorType, String)> { in validate_base64url_encoding() argument
114 ErrorType::InvalidValue, in validate_base64url_encoding()
125 ErrorType::InvalidValue, in validate_non_empty()
136 ErrorType::InvalidOverflow, in validate_max_size()
151 ) -> Result<String, (ErrorType, String)> { in validate_fixed_size_or_empty() argument
158 ErrorType::InvalidOverflow, in validate_fixed_size_or_empty()
173 type Err = (ErrorType, String);
180 ErrorType::InvalidValue, in from_str()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Djwe.rs10 use crate::error_recording::{record_error, ErrorType};
76 ) -> Result<Self, (ErrorType, String)> { in new() argument
111 ) -> Result<String, (ErrorType, String)> { in validate_base64url_encoding() argument
114 ErrorType::InvalidValue, in validate_base64url_encoding()
125 ErrorType::InvalidValue, in validate_non_empty()
136 ErrorType::InvalidOverflow, in validate_max_size()
151 ) -> Result<String, (ErrorType, String)> { in validate_fixed_size_or_empty() argument
158 ErrorType::InvalidOverflow, in validate_fixed_size_or_empty()
173 type Err = (ErrorType, String);
180 ErrorType::InvalidValue, in from_str()
[all …]
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dbit_string.rs84 ErrorType::ConflictingTypeOptions { in type_options()
97 ErrorType::ConflictingSignednessOptions { in type_options()
110 ErrorType::ConflictingEndiannessOptions { in type_options()
160 return err(ErrorType::SegmentMustHaveSize, opt.location()); in type_options()
208 ErrorType::TypeDoesNotAllowUnit { typ: typ.label() }, in type_options()
219 ErrorType::TypeDoesNotAllowSize { typ: typ.label() }, in type_options()
234 return err(ErrorType::UnitMustHaveSize, unit.location()); in type_options()
243 } => err(ErrorType::FloatWithSize, opt.location()), in type_options()
262 fn err<A>(error: ErrorType, location: SrcSpan) -> Result<A, Error> { in err() argument
269 pub error: ErrorType,
[all …]

12345678910>>...170