Lines Matching refs:ec
102 if (std::error_code ec = SecOrErr.getError())
103 report_fatal_error(ec.message());
131 if (std::error_code ec = (*unwrap(SI))->getName(ret))
132 report_fatal_error(ec.message());
142 if (std::error_code ec = (*unwrap(SI))->getContents(ret))
143 report_fatal_error(ec.message());
179 if (std::error_code EC = Ret.getError())
180 report_fatal_error(EC.message());
186 if (std::error_code EC = Ret.getError())
187 report_fatal_error(EC.message());