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

  /external/llvm/include/llvm/Object/
Error.h 22 const std::error_category &object_category();
34 return std::error_code(static_cast<int>(e), object_category());
  /external/llvm/lib/Object/
Error.cpp 54 const std::error_category &object::object_category() { function in class:object

Completed in 36 milliseconds