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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
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 44 catch (const std::system_error&)
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcError.h 18 #include <system_error>
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 11 #include <system_error>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
13 #include "system_error"
116 // system_error functions not modify errno).
231 // system_error
234 system_error::__init(const error_code& ec, string what_arg)
245 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
251 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
257 system_error::system_error(error_code ec function in class:system_error
263 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
269 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
275 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 10 // <system_error>
16 #include <system_error>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 10 // <system_error>
16 #include <system_error>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.device/
eval.pass.cpp 44 catch (const std::system_error&)
  /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);
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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
join.pass.cpp 22 #include <system_error>
62 } catch (std::system_error const&) {
73 } catch (std::system_error const&) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
join.pass.cpp 22 #include <system_error>
62 } catch (std::system_error const&) {
73 } catch (std::system_error const&) {
  /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 243 milliseconds

1 23 4 5 6 7 8 91011>>