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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h669 int _val_; member in class:llvm::error_condition
672 error_condition() : _val_(0), _cat_(&generic_category()) {}
675 : _val_(_val), _cat_(&_cat) {}
684 _val_ = _val;
698 _val_ = 0;
702 int value() const {return _val_;}
711 return _val_ == 0 ? 0 : unspecified_bool_true;
727 int _val_; member in class:llvm::error_code
730 error_code() : _val_(0), _cat_(&system_category()) {}
737 : _val_(_va
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dsystem_error.cpp112 return _cat_->message(_val_);
119 return _cat_->message(_val_);

Completed in 51 milliseconds