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

  /external/llvm/lib/Support/
system_error.cpp 112 return _cat_->message(_val_);
119 return _cat_->message(_val_);
  /external/llvm/include/llvm/Support/
system_error.h 670 const error_category* _cat_; member in class:llvm::error_condition
672 error_condition() : _val_(0), _cat_(&generic_category()) {}
675 : _val_(_val), _cat_(&_cat) {}
685 _cat_ = &_cat;
699 _cat_ = &generic_category();
704 const error_category& category() const {return *_cat_;}
728 const error_category* _cat_; member in class:llvm::error_code
730 error_code() : _val_(0), _cat_(&system_category()) {}
737 : _val_(_val), _cat_(&_cat) {}
748 _cat_ = &_cat
    [all...]

Completed in 57 milliseconds