Searched refs:format_error (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/
H A Dformat.cpp14 format_error::~format_error() noexcept = default;
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_error.h25 class _LIBCPP_EXCEPTION_ABI format_error : public runtime_error { class in inherits:runtime_error
27 _LIBCPP_HIDE_FROM_ABI explicit format_error(const string& __s) function in class:format_error
29 _LIBCPP_HIDE_FROM_ABI explicit format_error(const char* __s) function in class:format_error
35 ~format_error() noexcept override;
37 ~format_error() noexcept override {}
44 throw format_error(__s);
H A Dformatter_bool.h18 #include <__format/format_error.h>
H A Dformat_parse_context.h14 #include <__format/format_error.h>
H A Dformat_string.h15 #include <__format/format_error.h>
H A Dformat_context.h20 #include <__format/format_error.h>
H A Dformatter_tuple.h20 #include <__format/format_error.h>
H A Dformatter_integral.h17 #include <__format/format_error.h>
H A Drange_formatter.h26 #include <__format/format_error.h>
H A Dformat_arg.h16 #include <__format/format_error.h>
H A Dparser_std_format_spec.h27 #include <__format/format_error.h>
H A Dformat_functions.h28 #include <__format/format_error.h>
176 // exception of type format_error is thrown.
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dparser_std_format_spec.h15 #include <__format/format_error.h>
42 /// \ref format_error is thrown.
H A Dformatter.h34 #include <__format/format_error.h>
521 // format_error is thrown if the chrono-format-spec contains a precision
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmmo.c1063 goto format_error;
1068 goto format_error;
1071 goto format_error;
1080 goto format_error;
1152 goto format_error;
1159 goto format_error;
1194 format_error:
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmmo.c971 goto format_error;
976 goto format_error;
979 goto format_error;
988 goto format_error;
1060 goto format_error;
1067 goto format_error;
1101 format_error:
/openbsd-current/gnu/lib/libcxx/
H A DMakefile402 __format/format_error.h \

Completed in 211 milliseconds