Home
last modified time | relevance | path

Searched refs:ec_ (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h140 error_code* ec_ = nullptr; member
145 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_()
146 if (ec_) in func_name_()
147 ec_->clear(); in func_name_()
151 if (ec_) { in report()
152 *ec_ = ec; in report()
169 if (ec_) { in report_impl()
170 *ec_ = ec; in report_impl()
/src/contrib/llvm-project/libcxx/include/
H A Dfuture55 error_code ec_; // exposition only