HomeSort by relevance Sort by last modified time
    Searched refs:system_error (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/
error_category.pass.cpp 10 // <system_error>
14 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/
error_category.pass.cpp 10 // <system_error>
14 #include <system_error>
  /external/libcxx/test/libcxx/experimental/utilities/syserror/header.system_error.synop/
includes.pass.cpp 10 // <experimental/system_error>
12 #include <experimental/system_error>
16 # error "<experimental/system_error> must include <system_error>"
  /external/libcxx/test/libcxx/experimental/utilities/syserror/
version.pass.cpp 10 // <experimental/system_error>
12 #include <experimental/system_error>
  /external/libcxx/test/std/diagnostics/syserr/
version.pass.cpp 10 // <system_error>
12 #include <system_error>
  /external/libcxx/test/std/experimental/utilities/syserror/header.system_error.synop/
includes.pass.cpp 12 // <experimental/system_error>
14 #include <experimental/system_error>
18 // Check that <system_error> has been included
  /external/llvm/include/llvm/Support/
WindowsError.h 13 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
version.pass.cpp 10 // <system_error>
12 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
default.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
category.pass.cpp 10 // <system_error>
16 #include <system_error>
value.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
default.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 10 // <system_error>
16 #include <system_error>
value.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
default.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
category.pass.cpp 10 // <system_error>
16 #include <system_error>
value.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
default.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 10 // <system_error>
16 #include <system_error>
value.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(error_code ec);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
ctor_int_error_category.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(error_code ec);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
ctor_int_error_category.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
  /external/libcxx/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
13 #include "system_error"
144 // system_error
147 system_error::__init(const error_code& ec, string what_arg)
158 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
164 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
170 system_error::system_error(error_code ec function in class:system_error
176 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
182 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
188 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]

Completed in 1980 milliseconds

1 2 3 4 5 6 7 8 91011