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

  /external/llvm/lib/Object/
Error.cpp 22 class _object_error_category : public std::error_category { class in namespace:__anon17463
29 const char *_object_error_category::name() const LLVM_NOEXCEPT {
33 std::string _object_error_category::message(int EV) const {
63 static ManagedStatic<_object_error_category> error_category;

Completed in 1242 milliseconds