/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
D | clear.pass.cpp | 23 ec.assign(6, std::system_category()); in main() 25 assert(ec.category() == std::system_category()); in main()
|
D | assign.pass.cpp | 23 ec.assign(6, std::system_category()); in main() 25 assert(ec.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
D | int_error_category.pass.cpp | 22 std::error_condition ec(6, std::system_category()); in main() 24 assert(ec.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
D | int_error_category.pass.cpp | 22 std::error_code ec(6, std::system_category()); in main() 24 assert(ec.category() == std::system_category()); in main()
|
D | default.pass.cpp | 23 assert(ec.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
D | system_category.pass.cpp | 22 const std::error_category& e_cat1 = std::system_category(); in main() 28 assert(e_cond.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
D | assign.pass.cpp | 23 ec.assign(6, std::system_category()); in main() 25 assert(ec.category() == std::system_category()); in main()
|
D | clear.pass.cpp | 28 assert(ec.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.compare/ |
D | eq_error_code_error_code.pass.cpp | 27 std::error_code e_code2(5, std::system_category()); in main() 29 std::error_code e_code4(6, std::system_category()); in main() 31 std::error_condition e_condition2(5, std::system_category()); in main() 33 std::error_condition e_condition4(6, std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | system_error.cpp | 118 return error_condition(ev, system_category()); in default_error_condition() 121 return error_condition(ev, system_category()); in default_error_condition() 127 system_category() _NOEXCEPT in system_category() function 207 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
|
D | thread.cpp | 46 throw system_error(error_code(ec, system_category()), "thread::join failed"); in join() 65 throw system_error(error_code(ec, system_category()), "thread::detach failed"); in detach()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
D | value.pass.cpp | 21 const std::error_condition ec(6, std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
D | value.pass.cpp | 21 const std::error_code ec(6, std::system_category()); in main()
|
D | default_error_condition.pass.cpp | 27 const std::error_code ec(6, std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/ |
D | neq.pass.cpp | 23 const std::error_category& e_cat3 = std::system_category(); in main()
|
D | eq.pass.cpp | 23 const std::error_category& e_cat3 = std::system_category(); in main()
|
D | lt.pass.cpp | 23 const std::error_category& e_cat3 = std::system_category(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.hash/ |
D | error_code.pass.cpp | 33 T ec(i, std::system_category()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/ |
D | message.pass.cpp | 25 const std::error_category& e_cat2 = std::system_category(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | system_error | 41 const error_category& system_category() noexcept; 407 _LIBCPP_FUNC_VIS const error_category& system_category() _NOEXCEPT; 487 error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} 521 __cat_ = &system_category();
|
D | thread | 151 throw system_error(error_code(__ec, system_category()),
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1411 $(call gen-test, diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1420 $(call gen-test, diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category)
|