HomeSort by relevance Sort by last modified time
    Searched refs:system_error (Results 76 - 100 of 818) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_int_error_category_const_char_pointer.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat, const char* what_arg);
18 #include <system_error>
25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
ctor_int_error_category_string.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat, const string& what_arg);
18 #include <system_error>
25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 46 catch (std::system_error& e)
58 catch (std::system_error& e)
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 45 catch (std::system_error& e)
57 catch (std::system_error& e)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(error_code ec, const char* what_arg);
18 #include <system_error>
25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str());
ctor_int_error_category_const_char_pointer.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat, const char* what_arg);
18 #include <system_error>
25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
ctor_int_error_category_string.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat, const string& what_arg);
18 #include <system_error>
25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 46 catch (std::system_error& e)
58 catch (std::system_error& e)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 45 catch (std::system_error& e)
57 catch (std::system_error& e)
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
default_ctor.pass.cpp 11 // <system_error>
17 #include <system_error>
eq.pass.cpp 10 // <system_error>
16 #include <system_error>
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
neq.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
default_error_condition.pass.cpp 10 // <system_error>
16 #include <system_error>
equivalent_int_error_condition.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
int_error_category.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
clear.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
make_error_code.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
default_error_condition.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
ErrorConditionEnum.pass.cpp 10 // <system_error>
16 #include <system_error>
int_error_category.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
ErrorConditionEnum.pass.cpp 10 // <system_error>
16 #include <system_error>
clear.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/llvm/include/llvm/DebugInfo/PDB/
PDB.h 16 #include <system_error>

Completed in 752 milliseconds

1 2 34 5 6 7 8 91011>>