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

12 3 4 5 6 7 8 91011

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
stream_inserter.pass.cpp 10 // <system_error>
18 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.pass.cpp 10 // <system_error>
16 #include <system_error>
message.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
bool.pass.cpp 10 // <system_error>
16 #include <system_error>
message.pass.cpp 10 // <system_error>
16 #include <system_error>
  /external/libcxx/test/std/numerics/rand/rand.device/
eval.pass.cpp 32 catch (const std::system_error& e)
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 11 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
11 #include "system_error"
149 // system_error
152 system_error::__init(const error_code& ec, string what_arg)
163 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
169 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
175 system_error::system_error(error_code ec function in class:system_error
181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
193 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
stream_inserter.pass.cpp 10 // <system_error>
18 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.pass.cpp 10 // <system_error>
16 #include <system_error>
message.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
bool.pass.cpp 10 // <system_error>
16 #include <system_error>
message.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/
eval.pass.cpp 32 catch (const std::system_error& e)
  /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_string.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(error_code ec, const string& what_arg);
18 #include <system_error>
25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_string.pass.cpp 10 // <system_error>
12 // class system_error
14 // system_error(error_code ec, const string& what_arg);
18 #include <system_error>
25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg);
  /external/clang/test/SemaCXX/
PR9461.cpp 31 struct system_error:runtime_error{ // expected-note {{to match}} struct in inherits:runtime_error
32 system_error():time_error("" // expected-error 3 {{expected}} expected-note {{to match}}

Completed in 2585 milliseconds

12 3 4 5 6 7 8 91011