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

/external/llvm/include/llvm/Support/
H A Dsystem_error.h668 const error_category* _cat_; member in class:llvm::error_condition
670 error_condition() : _val_(0), _cat_(&generic_category()) {}
673 : _val_(_val), _cat_(&_cat) {}
683 _cat_ = &_cat;
697 _cat_ = &generic_category();
702 const error_category& category() const {return *_cat_;}
726 const error_category* _cat_; member in class:llvm::error_code
728 error_code() : _val_(0), _cat_(&system_category()) {}
735 : _val_(_val), _cat_(&_cat) {}
746 _cat_
[all...]

Completed in 154 milliseconds