Home | History | Annotate | Download | only in MCParser

Lines Matching refs:EC

672     std::error_code EC;
674 SecureLogFile, EC, sys::fs::F_Append | sys::fs::F_Text);
675 if (EC)
677 SecureLogFile + " (" + EC.message() + ")");