Lines Matching refs:EC
90 std::error_code *EC) in Child() argument
99 if ((*EC = MemberSize.getError())) in Child()
120 if (std::error_code EC = Size.getError()) in getSize() local
121 return EC; in getSize()
129 if (std::error_code EC = Size.getError()) in getRawSize() local
130 return EC; in getRawSize()
142 if (std::error_code EC = Size.getError()) in getBuffer() local
143 return EC; in getBuffer()
147 if (std::error_code EC = Name.getError()) in getBuffer() local
148 return EC; in getBuffer()
153 if (std::error_code EC = Buf.getError()) in getBuffer() local
154 return EC; in getBuffer()
175 std::error_code EC; in getNext() local
176 Child Ret(Parent, NextLoc, &EC); in getNext()
177 if (EC) in getNext()
178 return EC; in getNext()
229 if (std::error_code EC = NameOrErr.getError()) in getMemoryBufferRef() local
230 return EC; in getMemoryBufferRef()
233 if (std::error_code EC = Buf.getError()) in getMemoryBufferRef() local
234 return EC; in getMemoryBufferRef()
241 if (std::error_code EC = BuffOrErr.getError()) in getAsBinary() local
242 return EC; in getAsBinary()
248 std::error_code EC; in create() local
249 std::unique_ptr<Archive> Ret(new Archive(Source, EC)); in create()
250 if (EC) in create()
251 return EC; in create()
428 std::error_code EC; in child_begin() local
429 Child c(this, Loc, &EC); in child_begin()
430 if (EC) in child_begin()
431 return child_iterator(EC); in child_begin()
488 std::error_code EC; in getMember() local
489 Child C(Parent, Loc, &EC); in getMember()
490 if (EC) in getMember()
491 return EC; in getMember()