Home
last modified time | relevance | path

Searched refs:system_error (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/libcxx/src/
H A Dsystem_error.cpp235 system_error::__init(const error_code& ec, string what_arg) in __init()
246 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error
252 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error
258 system_error::system_error(error_code ec) in system_error() function in system_error
264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error
270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error
276 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
282 system_error::~system_error() noexcept in ~system_error()
290 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
H A Dios.cpp62 : system_error(ec, msg) in failure()
67 : system_error(ec, msg) in failure()
H A DCMakeLists.txt58 system_error.cpp
/openbsd-src/gnu/llvm/libcxx/include/
H A Dsystem_error14 system_error synopsis
105 class system_error
109 system_error(error_code ec, const string& what_arg);
110 system_error(error_code ec, const char* what_arg);
111 system_error(error_code ec);
112 system_error(int ev, const error_category& ecat, const string& what_arg);
113 system_error(int ev, const error_category& ecat, const char* what_arg);
114 system_error(int ev, const error_category& ecat);
520 // system_error
522 class _LIBCPP_TYPE_VIS system_error
[all …]
H A D__errc14 system_error synopsis
H A Dios223 #include <system_error>
440 : public system_error
H A Dthread97 #include <system_error>
H A D__mutex_base20 #include <system_error>
H A DCMakeLists.txt855 system_error
H A Dmodule.modulemap.in1368 module system_error {
1369 header "system_error"
H A Dfuture379 #include <system_error>
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dfilesystem_error.h31 class _LIBCPP_AVAILABILITY_FILESYSTEM _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error {
35 : system_error(__ec, __what), in filesystem_error()
42 : system_error(__ec, __what), in filesystem_error()
50 : system_error(__ec, __what), in filesystem_error()
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DGetErrcMessages.cmake19 #include <system_error>
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc302 SYMBOL(errc, std::, <system_error>)
303 SYMBOL(error_category, std::, <system_error>)
304 SYMBOL(error_code, std::, <system_error>)
305 SYMBOL(error_condition, std::, <system_error>)
407 SYMBOL(generic_category, std::, <system_error>)
528 SYMBOL(is_error_code_enum, std::, <system_error>)
529 SYMBOL(is_error_condition_enum, std::, <system_error>)
530 SYMBOL(is_error_condition_enum_v, std::, <system_error>)
1112 SYMBOL(system_category, std::, <system_error>)
1113 SYMBOL(system_error, std::, <system_error>)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn175 "system_error.cpp",
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst91 | 3.6.1 | All of the ``_v`` traits in ``<system_error>`` | 5.0 | 7.0 …
/openbsd-src/gnu/lib/libcxx/
H A DMakefile58 system_error.cpp \
942 system_error \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn926 "system_error",
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp674 const char* derived_what = system_error::what(); in __create_what()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx20Issues.csv137 "`3112 <https://wg21.link/LWG3112>`__","``system_error``\ and ``filesystem_error``\ constructors …
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64910 ./usr/include/c++/v1/system_error
H A Dclang.macppc909 ./usr/include/c++/v1/system_error
H A Dclang.loongson909 ./usr/include/c++/v1/system_error
H A Dclang.octeon909 ./usr/include/c++/v1/system_error
H A Dclang.arm64910 ./usr/include/c++/v1/system_error

12