Searched defs:windows_error (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A Dsystem_error.h829 struct windows_error { struct in namespace:llvm
889 windows_error(_ v) : v_(v) {} function in struct:llvm::windows_error
890 explicit windows_error(int v) : v_(_(v)) {} function in struct:llvm::windows_error

Completed in 113 milliseconds