| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| regex_error.h | 49 enum error_type enum in namespace:regex_constants 69 _GLIBCXX17_INLINE constexpr error_type error_collate(_S_error_collate); 72 _GLIBCXX17_INLINE constexpr error_type error_ctype(_S_error_ctype); 78 _GLIBCXX17_INLINE constexpr error_type error_escape(_S_error_escape); 81 _GLIBCXX17_INLINE constexpr error_type error_backref(_S_error_backref); 84 _GLIBCXX17_INLINE constexpr error_type error_brack(_S_error_brack); 87 _GLIBCXX17_INLINE constexpr error_type error_paren(_S_error_paren); 90 _GLIBCXX17_INLINE constexpr error_type error_brace(_S_error_brace); 93 _GLIBCXX17_INLINE constexpr error_type error_badbrace(_S_error_badbrace); 99 _GLIBCXX17_INLINE constexpr error_type error_range(_S_error_range) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| regex_error.h | 49 enum error_type enum in namespace:regex_constants 69 _GLIBCXX17_INLINE constexpr error_type error_collate(_S_error_collate); 72 _GLIBCXX17_INLINE constexpr error_type error_ctype(_S_error_ctype); 78 _GLIBCXX17_INLINE constexpr error_type error_escape(_S_error_escape); 81 _GLIBCXX17_INLINE constexpr error_type error_backref(_S_error_backref); 84 _GLIBCXX17_INLINE constexpr error_type error_brack(_S_error_brack); 87 _GLIBCXX17_INLINE constexpr error_type error_paren(_S_error_paren); 90 _GLIBCXX17_INLINE constexpr error_type error_brace(_S_error_brace); 93 _GLIBCXX17_INLINE constexpr error_type error_badbrace(_S_error_badbrace); 99 _GLIBCXX17_INLINE constexpr error_type error_range(_S_error_range) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| regex.cc | 34 __throw_regex_error(regex_constants::error_type __ecode 41 desc(regex_constants::error_type e) 83 regex_error::regex_error(regex_constants::error_type __ecode)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| regex.cc | 34 __throw_regex_error(regex_constants::error_type __ecode 41 desc(regex_constants::error_type e) 83 regex_error::regex_error(regex_constants::error_type __ecode)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| ta_ras_if.h | 86 enum ta_ras_error_type error_type; member in struct:ta_ras_enable_features_input 91 enum ta_ras_error_type error_type; member in struct:ta_ras_disable_features_input
|
| amdgpu_ras.c | 562 .error_type = amdgpu_ras_error_to_ta(head->type), 567 .error_type = amdgpu_ras_error_to_ta(head->type),
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| error.cpp | 31 enum error_type { WARNING, ERROR, FATAL }; enum 36 error_type type, 78 static void do_error(error_type type,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_symbolizer_report.cc | 32 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 36 buff.append("%s ", error_type); 73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, 79 ReportErrorSummary(error_type); 86 ReportErrorSummary(error_type, frame->info, alt_tool_name);
|
| sanitizer_common.h | 319 // error_type file:line[:column][ function] 320 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 323 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_report.cpp | 31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 35 buff.AppendF("%s ", error_type); 73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, 79 ReportErrorSummary(error_type); 86 ReportErrorSummary(error_type, frame->info, alt_tool_name);
|
| sanitizer_common.h | 390 // error_type file:line[:column][ function] 391 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 394 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_report.cpp | 31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 35 buff.append("%s ", error_type); 73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, 79 ReportErrorSummary(error_type); 86 ReportErrorSummary(error_type, frame->info, alt_tool_name);
|
| sanitizer_common.h | 368 // error_type file:line[:column][ function] 369 void ReportErrorSummary(const char *error_type, const AddressInfo &info, 372 void ReportErrorSummary(const char *error_type, const StackTrace *trace,
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| ikev2.h | 49 u16 error_type; member in struct:ikev2_responder_data
|
| ikev2.c | 387 data->error_type = INVALID_KE_PAYLOAD; 575 data->error_type = AUTHENTICATION_FAILED; 741 data->error_type = 0; 1029 if (data->error_type == 0) { 1041 wpabuf_put_be16(msg, data->error_type); 1043 switch (data->error_type) { 1059 "%d", data->error_type);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| python-internal.h | 731 PyObject *error_type, *error_value, *error_traceback; 733 PyErr_Fetch (&error_type, &error_value, &error_traceback); 734 m_error_type.reset (error_type); 788 PyObject *error_type, *error_value, *error_traceback; 789 error_type = m_error_type.release (); 792 PyErr_NormalizeException (&error_type, &error_value, &error_traceback); 793 m_error_type.reset (error_type); 729 PyObject *error_type, *error_value, *error_traceback; local 786 PyObject *error_type, *error_value, *error_traceback; local
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Error.h | 447 using error_type = std::unique_ptr<ErrorInfoBase>; 469 new (getErrorStorage()) error_type(Err.takePayload()); 525 getErrorStorage()->~error_type(); 609 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); 640 error_type *getErrorStorage() { 642 return reinterpret_cast<error_type *>(&ErrorStorage); 645 const error_type *getErrorStorage() const { 647 return reinterpret_cast<const error_type *>(&ErrorStorage); 682 AlignedCharArrayUnion<error_type> ErrorStorage;
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| regex.cpp | 17 make_error_type_string(regex_constants::error_type ecode) 64 regex_error::regex_error(regex_constants::error_type ecode)
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| python-internal.h | 729 PyObject *error_type, *error_value, *error_traceback; 731 PyErr_Fetch (&error_type, &error_value, &error_traceback); 732 m_error_type.reset (error_type); 786 PyObject *error_type, *error_value, *error_traceback; 787 error_type = m_error_type.release (); 790 PyErr_NormalizeException (&error_type, &error_value, &error_traceback); 791 m_error_type.reset (error_type); 727 PyObject *error_type, *error_value, *error_traceback; local 784 PyObject *error_type, *error_value, *error_traceback; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.c | 122 static struct type *error_type (const char **, struct objfile *); 3273 sym->set_type (error_type (&p, objfile)); 3332 sym->set_type (error_type (&p, objfile)); 3357 sym->set_type (error_type (&p, objfile)); 3394 sym->set_type (error_type (&p, objfile)); 3411 sym->set_type (error_type (&p, objfile)); 3870 sym->set_type (error_type (&p, objfile)); 3900 General notes on error recovery: error_type always skips to the 3905 return error_type (pp, objfile); 3913 return error_type (pp, objfile) 3925 error_type (const char **pp, struct objfile *objfile) function [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.c | 122 static struct type *error_type (const char **, struct objfile *); 3275 sym->set_type (error_type (&p, objfile)); 3334 sym->set_type (error_type (&p, objfile)); 3359 sym->set_type (error_type (&p, objfile)); 3396 sym->set_type (error_type (&p, objfile)); 3413 sym->set_type (error_type (&p, objfile)); 3872 sym->set_type (error_type (&p, objfile)); 3902 General notes on error recovery: error_type always skips to the 3907 return error_type (pp, objfile); 3915 return error_type (pp, objfile) 3927 error_type (const char **pp, struct objfile *objfile) function [all...] |
| /src/bin/ksh/ |
| expr.c | 134 enum error_type { ET_UNEXPECTED, ET_BADLIT, ET_RECURSIVE, enum 137 static void evalerr ARGS((Expr_state *es, enum error_type type, 227 enum error_type type;
|
| /src/sys/netinet/ |
| sctp_input.c | 765 uint16_t error_type; local 777 error_type = ntohs(phdr->param_type); 789 switch (error_type) { 797 error_type); 858 error_type); 876 error_type);
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_common.h | 348 be16 error_type; member in struct:rsn_error_kde
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 2494 * @error_type: one of IWM_FW_ERR_* 2498 * error_type = 2, otherwise 0 2502 uint32_t error_type; member in struct:iwm_error_resp
|