Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/libcxx/src/
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()
Dios.cpp62 : system_error(ec, msg) in failure()
67 : system_error(ec, msg) in failure()
DCMakeLists.txt58 system_error.cpp
/openbsd/src/gnu/llvm/libcxx/include/
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 …]
D__errc14 system_error synopsis
Dios223 #include <system_error>
440 : public system_error
Dthread97 #include <system_error>
D__mutex_base20 #include <system_error>
DCMakeLists.txt855 system_error
Dmodule.modulemap.in1368 module system_error {
1369 header "system_error"
Dfuture379 #include <system_error>
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DGetErrcMessages.cmake19 #include <system_error>
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
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/
DBUILD.gn175 "system_error.cpp",
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
DExperimentalFeatures.rst91 | 3.6.1 | All of the ``_v`` traits in ``<system_error>`` | 5.0 | 7.0 …
/openbsd/src/gnu/lib/libcxx/
DMakefile58 system_error.cpp \
942 system_error \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn926 "system_error",
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Doperations.cpp674 const char* derived_what = system_error::what(); in __create_what()
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc909 ./usr/include/c++/v1/system_error
Dclang.powerpc64908 ./usr/include/c++/v1/system_error
Dclang.i386908 ./usr/include/c++/v1/system_error
Dclang.amd64910 ./usr/include/c++/v1/system_error
Dclang.riscv64908 ./usr/include/c++/v1/system_error
Dclang.octeon909 ./usr/include/c++/v1/system_error
Dclang.armv7908 ./usr/include/c++/v1/system_error

12