Searched refs:error_type (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | error.h | 193 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 D | sanitizer_symbolizer_report.cpp | 31 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 D | sanitizer_common.h | 380 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 D | Error.h | 477 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 D | regex.cpp | 17 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 D | interface.h | 88 enum scudo_error_type error_type; member
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1340 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 D | regex | 64 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 D | StdSymbolMap.inc | 1513 SYMBOL(error_type, std::regex_constants::, <regex>)
|