Home
last modified time | relevance | path

Searched refs:system_category (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Support/Unix/
DPath.inc150 return error_code(SavedErrno, system_category());
312 return error_code(errno, system_category());
329 return error_code(errno, system_category());
345 return error_code(errno, system_category());
358 return error_code(errno, system_category());
370 return error_code(errno, system_category());
385 return error_code(errno, system_category());
401 return error_code(errno, system_category());
411 return error_code(errno, system_category());
422 return error_code(errno, system_category());
[all …]
Dsystem_error.inc31 return error_condition(ev, system_category());
DMemory.inc98 EC = error_code(errno, system_category());
126 EC = error_code(errno, system_category());
146 return error_code(errno, system_category());
166 return error_code(errno, system_category());
/external/llvm/lib/Support/
Dsystem_error.cpp94 system_category() { in system_category() function
104 return system_category(); in posix_category()
/external/llvm/include/llvm/Support/
Dsystem_error.h660 const error_category& system_category();
730 error_code() : _val_(0), _cat_(&system_category()) {}
762 _cat_ = &system_category();
900 return error_code(static_cast<int>(e), system_category());
/external/llvm/lib/Support/Windows/
DMemory.inc102 EC = error_code(::GetLastError(), system_category());
121 return error_code(::GetLastError(), system_category());
138 return error_code(::GetLastError(), system_category());
Dsystem_error.inc140 default: return error_condition(ev, system_category());