OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__ec
(Results
51 - 75
of
146
) sorted by null
1
2
3
4
5
6
/external/libcxx/src/
future.cpp
75
future_error::future_error(error_code
__ec
)
76
: logic_error(
__ec
.message()),
77
__ec_(
__ec
)
/external/libcxx/src/support/win32/
thread_win32.cpp
128
auto
__ec
= GetLastError();
local
129
return
__ec
== ERROR_TIMEOUT ? ETIMEDOUT :
__ec
;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
future.cpp
75
future_error::future_error(error_code
__ec
)
76
: logic_error(
__ec
.message()),
77
__ec_(
__ec
)
/external/libcxx/include/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
system_error
629
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
631
return static_cast<size_t>(
__ec
.value());
640
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
642
return static_cast<size_t>(
__ec
.value());
653
system_error(error_code
__ec
, const string& __what_arg);
654
system_error(error_code
__ec
, const char* __what_arg);
655
system_error(error_code
__ec
);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
system_error
628
size_t operator()(const error_code&
__ec
) const _NOEXCEPT
630
return static_cast<size_t>(
__ec
.value());
639
size_t operator()(const error_condition&
__ec
) const _NOEXCEPT
641
return static_cast<size_t>(
__ec
.value());
652
system_error(error_code
__ec
, const string& __what_arg);
653
system_error(error_code
__ec
, const char* __what_arg);
654
system_error(error_code
__ec
);
/external/libcxx/test/std/thread/futures/futures.future_error/
code.pass.cpp
15
// future_error(error_code
__ec
); // exposition only
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.future_error/
code.pass.cpp
15
// future_error(error_code
__ec
); // exposition only
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
ell_integral.tcc
371
_Tp
__ec
= __eaa - __eb;
373
_Tp __ef = __ed +
__ec
+
__ec
;
379
+ __zndev * (-__c3 *
__ec
- __zndev * __c4 - __eaa));
635
_Tp
__ec
= __pndev * __pndev;
636
_Tp __e2 = __eaa - _Tp(3) *
__ec
;
637
_Tp __e3 = __eb + _Tp(2) * __pndev * (__eaa -
__ec
);
643
- __c2 * __pndev *
__ec
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
ell_integral.tcc
371
_Tp
__ec
= __eaa - __eb;
373
_Tp __ef = __ed +
__ec
+
__ec
;
379
+ __zndev * (-__c3 *
__ec
- __zndev * __c4 - __eaa));
635
_Tp
__ec
= __pndev * __pndev;
636
_Tp __e2 = __eaa - _Tp(3) *
__ec
;
637
_Tp __e3 = __eb + _Tp(2) * __pndev * (__eaa -
__ec
);
643
- __c2 * __pndev *
__ec
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
future
98
explicit future_error(error_code
__ec
)
99
: logic_error("std::future_error"), _M_code(
__ec
)
368
error_code
__ec
(make_error_code(future_errc::broken_promise));
369
__res->_M_error = copy_exception(future_error(
__ec
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future
98
explicit future_error(error_code
__ec
)
99
: logic_error("std::future_error"), _M_code(
__ec
)
368
error_code
__ec
(make_error_code(future_errc::broken_promise));
369
__res->_M_error = copy_exception(future_error(
__ec
));
[
all
...]
Completed in 1026 milliseconds
1
2
3
4
5
6