Searched refs:_cat_ (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A Dsystem_error.cpp112 return _cat_->message(_val_);
119 return _cat_->message(_val_);
/external/llvm/include/llvm/Support/
H A Dsystem_error.h679 const error_category* _cat_; member in class:llvm::error_condition
681 error_condition() : _val_(0), _cat_(&generic_category()) {}
684 : _val_(_val), _cat_(&_cat) {}
694 _cat_ = &_cat;
708 _cat_ = &generic_category();
713 const error_category& category() const {return *_cat_;}
737 const error_category* _cat_; member in class:llvm::error_code
739 error_code() : _val_(0), _cat_(&system_category()) {}
742 : _val_(_val), _cat_(&_cat) {}
753 _cat_
[all...]

Completed in 43 milliseconds