Home | History | Annotate | Download | only in Object

Lines Matching refs:EC

41       if (std::error_code EC = Sec.getContents(SecContents))
42 return EC;
98 if (std::error_code EC = IOrErr.getError())
99 return EC;
113 std::error_code EC = FileOrErr.getError();
114 if (EC)
115 return EC;
120 EC = ObjOrErr.getError();
121 if (EC)
122 return EC;