system_error.h | 834 struct windows_error { struct in namespace:llvm 894 windows_error(_ v) : v_(v) {} function in struct:llvm::windows_error 895 explicit windows_error(int v) : v_(_(v)) {} function in struct:llvm::windows_error 900 template <> struct is_error_code_enum<windows_error> : true_type { }; 902 template <> struct is_error_code_enum<windows_error::_> : true_type { }; 904 inline error_code make_error_code(windows_error e) {
|