Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Derror.h193 using error_type = std::unique_ptr<ErrorInfoBase>; variable
206 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
250 getErrorStorage()->~error_type(); in ~Expected()
322 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
353 error_type *getErrorStorage() { in getErrorStorage()
355 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
358 const error_type *getErrorStorage() const { in getErrorStorage()
360 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
373 std::aligned_union_t<1, error_type> ErrorStorage;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary() argument
35 buff.append("%s ", error_type); in ReportErrorSummary()
73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary() argument
79 ReportErrorSummary(error_type); in ReportErrorSummary()
86 ReportErrorSummary(error_type, frame->info, alt_tool_name); in ReportErrorSummary()
H A Dsanitizer_common.h380 void ReportErrorSummary(const char *error_type, const AddressInfo &info,
383 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DError.h477 using error_type = std::unique_ptr<ErrorInfoBase>; variable
499 new (getErrorStorage()) error_type(Err.takePayload()); in Expected()
555 getErrorStorage()->~error_type(); in ~Expected()
649 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct()
680 error_type *getErrorStorage() { in getErrorStorage()
682 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage()
685 const error_type *getErrorStorage() const { in getErrorStorage()
687 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage()
720 AlignedCharArrayUnion<error_type> ErrorStorage;
/llvm-project-15.0.7/libcxx/src/
H A Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h88 enum scudo_error_type error_type; member
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1340 R->error_type = in getInlineErrorInfo()
1415 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo()
1417 R->error_type = BUFFER_UNDERFLOW; in getRingBufferErrorInfo()
1419 R->error_type = BUFFER_OVERFLOW; in getRingBufferErrorInfo()
/llvm-project-15.0.7/libcxx/include/
H A Dregex64 enum error_type
87 explicit regex_error(regex_constants::error_type ecode);
88 regex_constants::error_type code() const;
979 enum error_type
1005 regex_constants::error_type __code_;
1007 explicit regex_error(regex_constants::error_type __ecode);
1011 regex_constants::error_type code() const {return __code_;}
1014 template <regex_constants::error_type _Ev>
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1513 SYMBOL(error_type, std::regex_constants::, <regex>)