| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | error.h | 191 using error_type = std::unique_ptr<ErrorInfoBase>; variable 204 new (getErrorStorage()) error_type(Err.takePayload()); in Expected() 248 getErrorStorage()->~error_type(); in ~Expected() 320 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct() 351 error_type *getErrorStorage() { in getErrorStorage() 353 return reinterpret_cast<error_type *>(&ErrorStorage); in getErrorStorage() 356 const error_type *getErrorStorage() const { in getErrorStorage() 358 return reinterpret_cast<const error_type *>(&ErrorStorage); in getErrorStorage() 371 std::aligned_union_t<1, error_type> ErrorStorage;
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | stabsread.c | 97 static struct type *error_type (char **, struct objfile *); 714 SYMBOL_TYPE (sym) = error_type (&p, objfile); in define_symbol() 788 SYMBOL_TYPE (sym) = error_type (&p, objfile); in define_symbol() 805 SYMBOL_TYPE (sym) = error_type (&p, objfile); in define_symbol() 1288 SYMBOL_TYPE (sym) = error_type (&p, objfile); in define_symbol() 1346 error_type (char **pp, struct objfile *objfile) in error_type() function 1403 return error_type (pp, objfile); in read_type() 1478 return error_type (pp, objfile); in read_type() 1493 return error_type (pp, objfile); in read_type() 1729 return error_type (pp, objfile); in read_type() [all …]
|
| H A D | ChangeLog-1990 | 2476 * dbxread.c (error_type): Fix loop that finds '\0' so that on 2640 dbxread.c (error_type): New function 2641 (read_type and subroutines): Call error_type instead of error.
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | ta_ras_if.h | 113 enum ta_ras_error_type error_type; member 118 enum ta_ras_error_type error_type; member
|
| H A D | amdgpu_ras.c | 793 .error_type = amdgpu_ras_error_to_ta(head->type), in amdgpu_ras_feature_enable() 798 .error_type = amdgpu_ras_error_to_ta(head->type), in amdgpu_ras_feature_enable()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Error.h | 478 using error_type = std::unique_ptr<ErrorInfoBase>; variable 500 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;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/ |
| H A D | interface.h | 88 enum scudo_error_type error_type; member
|
| /openbsd-src/bin/ksh/ |
| H A D | expr.c | 133 enum error_type { enum 138 static void evalerr(Expr_state *, enum error_type, const char *) 225 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr()
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | utf8.t | 1020 for my $error_type (0, $cont_byte, $p, $restriction) { 1025 next if $error_type eq ""; 1035 my $this_error_type = $error_type;
|
| /openbsd-src/gnu/llvm/libcxx/include/__expected/ |
| H A D | expected.h | 98 using error_type = _Err; variable 102 using rebind = expected<_Up, error_type>; 670 using error_type = _Err; variable 674 using rebind = expected<_Up, error_type>;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1390 R->error_type = in getInlineErrorInfo() 1467 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo() 1469 R->error_type = BUFFER_UNDERFLOW; in getRingBufferErrorInfo() 1471 R->error_type = BUFFER_OVERFLOW; in getRingBufferErrorInfo()
|
| /openbsd-src/gnu/llvm/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; 976 enum error_type 1002 regex_constants::error_type __code_; 1004 explicit regex_error(regex_constants::error_type __ecode); 1008 regex_constants::error_type code() const {return __code_;} 1011 template <regex_constants::error_type _Ev>
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | tree.c | 1642 error_type (tree arg) in error_type() function
|
| H A D | error.c | 2134 dump_type (error_type (TREE_VALUE (p)), flags); in args_to_string()
|
| H A D | ChangeLog-1996 | 937 * tree.c (error_type): Don't print reference-to-array. 997 (error_type): New fn. 998 * call.c (op_error): Use error_type. 1001 * error.c (args_as_string): Use error_type.
|
| H A D | cp-tree.h | 4404 extern tree error_type (tree);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | tree.c | 1768 error_type (arg) in error_type() function
|
| H A D | error.c | 2407 dump_type (error_type (TREE_VALUE (p)), flags);
|
| H A D | cp-tree.h | 4353 extern tree error_type PARAMS ((tree));
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_iwmreg.h | 2595 * @error_type: one of IWM_FW_ERR_* 2599 * error_type = 2, otherwise 0 2603 uint32_t error_type; member
|
| H A D | if_iwxreg.h | 2425 * @error_type: one of IWX_FW_ERR_* 2429 * error_type = 2, otherwise 0 2433 uint32_t error_type; 2423 uint32_t error_type; global() member
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1513 SYMBOL(error_type, std::regex_constants::, <regex>)
|