Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h191 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 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,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c97 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 DChangeLog-19902476 * 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 Dta_ras_if.h113 enum ta_ras_error_type error_type; member
118 enum ta_ras_error_type error_type; member
H A Damdgpu_ras.c793 .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 DError.h478 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 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h88 enum scudo_error_type error_type; member
/openbsd-src/bin/ksh/
H A Dexpr.c133 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 Dutf8.t1020 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 Dexpected.h98 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 Dcombined.h1390 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 Dregex64 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 Dtree.c1642 error_type (tree arg) in error_type() function
H A Derror.c2134 dump_type (error_type (TREE_VALUE (p)), flags); in args_to_string()
H A DChangeLog-1996937 * 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 Dcp-tree.h4404 extern tree error_type (tree);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1768 error_type (arg) in error_type() function
H A Derror.c2407 dump_type (error_type (TREE_VALUE (p)), flags);
H A Dcp-tree.h4353 extern tree error_type PARAMS ((tree));
/openbsd-src/sys/dev/pci/
H A Dif_iwmreg.h2595 * @error_type: one of IWM_FW_ERR_*
2599 * error_type = 2, otherwise 0
2603 uint32_t error_type; member
H A Dif_iwxreg.h2425 * @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 DStdSymbolMap.inc1513 SYMBOL(error_type, std::regex_constants::, <regex>)

123