Home
last modified time | relevance | path

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

/external/llvm/lib/Support/Unix/
DPathV2.inc127 return error_code(errno, system_category());
151 return error_code(errno, system_category());
157 return error_code(errno, system_category());
166 return error_code(errno, system_category());
192 return error_code(errno, system_category());
203 return error_code(errno, system_category());
219 return error_code(errno, system_category());
232 return error_code(errno, system_category());
243 return error_code(errno, system_category());
267 return error_code(errno, system_category());
[all …]
Dsystem_error.inc31 return error_condition(ev, system_category());
DMemory.inc94 EC = error_code(errno, system_category());
122 EC = error_code(errno, system_category());
142 return error_code(errno, system_category());
162 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());