HomeSort by relevance Sort by last modified time
    Searched refs:system_category (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
system_error.cpp 94 system_category() { function in namespace:llvm
104 return system_category();
  /external/llvm/include/llvm/Support/
system_error.h 46 const error_category& system_category();
669 const error_category& system_category();
672 /// the same as the system_category on POSIX systems, but is the same as the
739 error_code() : _val_(0), _cat_(&system_category()) {}
767 _cat_ = &system_category();
833 // error_code( ::GetLastError(), system_category() )
905 return error_code(static_cast<int>(e), system_category());

Completed in 314 milliseconds