OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_error
(Results
1 - 25
of
239
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/parameter-framework/asio-1.10.6/include/asio/
system_error.hpp
2
//
system_error
.hpp
17
# include <
system_error
>
24
typedef std::
system_error
system_error
;
typedef in namespace:asio
error_code.hpp
17
# 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/syserr.errcat/syserr.errcat.overview/
error_category.pass.cpp
10
// <
system_error
>
14
#include <
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),
Completed in 786 milliseconds
1
2
3
4
5
6
7
8
9
10