HomeSort by: relevance | last modified time | path
    Searched refs:object_category (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Error.h 27 const std::error_category &object_category();
42 return std::error_code(static_cast<int>(e), object_category());
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Error.cpp 78 const std::error_category &object::object_category() { function in class:object

Completed in 85 milliseconds