| /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.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.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/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/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
|
| if_iwm.c | 8605 le32toh(resp->error_type), resp->cmd_id);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| error.cc | 3426 dump_type (cxx_pp, error_type (TREE_VALUE (p)), flags);
|
| tree.cc | 4274 error_type (tree arg) 4268 error_type (tree arg) function
|
| cp-tree.h | 7903 extern tree error_type (tree);
|