Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/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 …]
H A Dubsan_diag.h124 enum class ErrorType { enum
143 ErrorType ET;
209 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
232 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
253 ErrorType Type;
256 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
266 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
H A Dubsan_handlers_cxx.cc47 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss()
102 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type()
H A Dubsan_diag.cc51 static const char *ConvertTypeToString(ErrorType Type) { in ConvertTypeToString()
54 case ErrorType::Name: \ in ConvertTypeToString()
62 static const char *ConvertTypeToFlagName(ErrorType Type) { in ConvertTypeToFlagName()
65 case ErrorType::Name: \ in ConvertTypeToFlagName()
73 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { in MaybeReportErrorSummary()
77 Type = ErrorType::GenericUB; in MaybeReportErrorSummary()
378 ErrorType Type) in ScopedReport()
412 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h69 lldb::ErrorType type = lldb::eErrorTypeGeneric);
141 lldb::ErrorType GetType() const;
171 void SetError(ValueType err, lldb::ErrorType type);
249 lldb::ErrorType m_type; ///< The type of the above error code.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp44 Status::Status(ValueType err, ErrorType type) in Status()
48 : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric), in Status()
74 m_type = ErrorType::eErrorTypePOSIX; in operator =()
92 if (m_type == ErrorType::eErrorTypePOSIX) in ToError()
188 ErrorType Status::GetType() const { return m_type; } in GetType()
233 void Status::SetError(ValueType err, ErrorType type) { in SetError()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h60 enum ErrorType { enum
140 ArgStream addError(SourceRange Range, ErrorType Error);
154 ErrorType Type;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBError.cpp93 ErrorType SBError::GetType() const { in GetType()
95 ErrorType err_type = eErrorTypeInvalid; in GetType()
106 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBError.h37 lldb::ErrorType GetType() const;
39 void SetError(uint32_t err, lldb::ErrorType type);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp67 ErrorType Error) { in addError()
87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h321 enum ErrorType { enum
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4664 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4682 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4690 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4769 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4776 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4821 return Status(0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h1008 UINT32 ErrorType; member