/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | system_error.cpp | 235 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 D | ios.cpp | 62 : system_error(ec, msg) in failure() 67 : system_error(ec, msg) in failure()
|
H A D | CMakeLists.txt | 58 system_error.cpp
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | system_error | 14 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 | __errc | 14 system_error synopsis
|
H A D | ios | 223 #include <system_error> 440 : public system_error
|
H A D | thread | 97 #include <system_error>
|
H A D | __mutex_base | 20 #include <system_error>
|
H A D | CMakeLists.txt | 855 system_error
|
H A D | module.modulemap.in | 1368 module system_error { 1369 header "system_error"
|
H A D | future | 379 #include <system_error>
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | filesystem_error.h | 31 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 D | GetErrcMessages.cmake | 19 #include <system_error>
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 302 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 D | BUILD.gn | 175 "system_error.cpp",
|
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | ExperimentalFeatures.rst | 91 | 3.6.1 | All of the ``_v`` traits in ``<system_error>`` | 5.0 | 7.0 …
|
/openbsd-src/gnu/lib/libcxx/ |
H A D | Makefile | 58 system_error.cpp \ 942 system_error \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 926 "system_error",
|
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 674 const char* derived_what = system_error::what(); in __create_what()
|
/openbsd-src/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20Issues.csv | 137 "`3112 <https://wg21.link/LWG3112>`__","``system_error``\ and ``filesystem_error``\ constructors …
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 910 ./usr/include/c++/v1/system_error
|
H A D | clang.macppc | 909 ./usr/include/c++/v1/system_error
|
H A D | clang.loongson | 909 ./usr/include/c++/v1/system_error
|
H A D | clang.octeon | 909 ./usr/include/c++/v1/system_error
|
H A D | clang.arm64 | 910 ./usr/include/c++/v1/system_error
|