/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() 48 ErrorType ET; in handleTypeMismatchImpl() 50 ET = ErrorType::NullPointerUse; in handleTypeMismatchImpl() 52 ET = ErrorType::MisalignedPointerUse; in handleTypeMismatchImpl() 54 ET = ErrorType::InsufficientObjectSize; in handleTypeMismatchImpl() 70 case ErrorType::NullPointerUse: in handleTypeMismatchImpl() 74 case ErrorType::MisalignedPointerUse: in handleTypeMismatchImpl() 80 case ErrorType::InsufficientObjectSize: in handleTypeMismatchImpl() 112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() 113 : ErrorType::UnsignedIntegerOverflow; in handleIntegerOverflowImpl() [all …]
|
D | ubsan_handlers_cxx.cc | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() 93 ErrorType ET = ErrorType::CFIBadType; in HandleCFIBadType()
|
D | ubsan_diag.cc | 46 static const char *ConvertTypeToString(ErrorType Type) { in ConvertTypeToString() 49 case ErrorType::Name: \ in ConvertTypeToString() 57 static const char *ConvertTypeToFlagName(ErrorType Type) { in ConvertTypeToFlagName() 60 case ErrorType::Name: \ in ConvertTypeToFlagName() 68 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { in MaybeReportErrorSummary() 72 Type = ErrorType::GenericUB; in MaybeReportErrorSummary() 369 ErrorType Type) in ScopedReport() 407 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
|
D | ubsan_diag.h | 222 enum class ErrorType { enum 228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET); 240 ErrorType Type; 243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type); 251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | NumberParseException.java | 25 public enum ErrorType { enum in NumberParseException 42 private ErrorType errorType; 45 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() 54 public ErrorType getErrorType() { in getErrorType()
|
D | PhoneNumberUtil.java | 2440 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD, 2452 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2794 throw new NumberParseException(NumberParseException.ErrorType.NOT_A_NUMBER, 2797 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG, 2805 throw new NumberParseException(NumberParseException.ErrorType.NOT_A_NUMBER, 2812 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2839 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE && 2846 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2872 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN, 2891 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN, [all …]
|
/external/lldb/include/lldb/Core/ |
D | Error.h | 70 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric); 156 lldb::ErrorType 226 SetError (ValueType err, lldb::ErrorType type); 305 lldb::ErrorType m_type; ///< The type of the above error code.
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 60 enum ErrorType { enum 140 ArgStream addError(SourceRange Range, ErrorType Error); 154 ErrorType Type;
|
/external/lldb/source/API/ |
D | SBError.cpp | 115 ErrorType 119 ErrorType err_type = eErrorTypeInvalid; in GetType() 130 SBError::SetError (uint32_t err, ErrorType type) in SetError()
|
/external/lldb/scripts/Python/interface/ |
D | SBError.i | 82 lldb::ErrorType 86 SetError (uint32_t err, lldb::ErrorType type);
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/external/lldb/include/lldb/API/ |
D | SBError.h | 43 lldb::ErrorType 47 SetError (uint32_t err, lldb::ErrorType type);
|
/external/lldb/source/Core/ |
D | Error.cpp | 40 Error::Error(ValueType err, ErrorType type) : in Error() 160 ErrorType 266 Error::SetError (ValueType err, ErrorType type) in SetError()
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1612 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode() 1768 NumberParseException.ErrorType.TOO_LONG, in testParseMaliciousInput() 1782 NumberParseException.ErrorType.TOO_LONG, in testParseMaliciousInput() 1900 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() 1910 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() 1920 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() 1930 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() 1940 NumberParseException.ErrorType.TOO_LONG, in testFailedParseOnInvalidNumbers() 1950 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() 1960 NumberParseException.ErrorType.NOT_A_NUMBER, in testFailedParseOnInvalidNumbers() [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 333 Magick::ErrorType::ErrorType(const std::string& what_) in ErrorType() function in Magick::ErrorType 338 Magick::ErrorType::ErrorType(const std::string& what_,Exception *nested_) in ErrorType() function in Magick::ErrorType 343 Magick::ErrorType::~ErrorType() throw() in ~ErrorType() 793 return new ErrorType(message); in createException() 969 throw ErrorType(message,nestedException); in throwException()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Exception.h | 208 class MagickPPExport ErrorType: public Error 211 explicit ErrorType(const std::string& what_); 212 explicit ErrorType(const std::string& what_,Exception *nested_); 213 ~ErrorType() throw();
|
/external/deqp/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 575 enum ErrorType enum in deqp::gles31::Functional::__anone9c1ac320111::LayoutBindingNegativeCase 589 ErrorType errorType, 607 const ErrorType m_errorType; 626 ErrorType errorType, in LayoutBindingNegativeCase() 1037 ErrorType errorType, 1053 ErrorType errorType, in SamplerBindingNegativeCase() 1336 ErrorType errorType, 1352 ErrorType errorType, in ImageBindingNegativeCase() 1586 ErrorType errorType); 1598 ErrorType errorType) in UBOBindingNegativeCase() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 67 ErrorType Error) { in addError() 87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 213 typedef enum ErrorType enum 219 } ErrorType; typedef
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 126 ErrorType, and WarningType, exception classes to support the full
|