OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:make_error_code
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp
32
make_error_code
(testing x)
function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp
32
make_error_code
(testing x)
function
/external/llvm/include/llvm/Object/
Error.h
38
inline error_code
make_error_code
(object_error e) {
function in namespace:llvm::object
/external/llvm/tools/llvm-readobj/
Error.h
39
inline error_code
make_error_code
(readobj_error e) {
function in namespace:llvm
/external/llvm/include/llvm/Support/
system_error.h
208
error_code
make_error_code
(errc e);
743
*this =
make_error_code
(_e);
758
{*this =
make_error_code
(_e); return *this;}
782
inline error_code
make_error_code
(errc _e) {
function in namespace:llvm
899
inline error_code
make_error_code
(windows_error e) {
function in namespace:llvm
Completed in 132 milliseconds