Searched refs:Err2 (Results 1 – 10 of 10) sorted by relevance
79 if (auto Err2 = in isNotObjectErrorInvalidFileType() local92 return Err2; in isNotObjectErrorInvalidFileType()
110 [OF = std::move(OnFinalize)](Error Err2) { in finalizeAsync()113 Err3 = std::move(Err2)]() mutable { in finalizeAsync()261 [OWC = std::move(OnWriteComplete)](Error Err2) mutable -> Error { in writeViaRPC()262 OWC(std::move(Err2)); in writeViaRPC()379 if (auto Err = closeConnection([&](Error Err2) -> Error { in closeConnectionAndWait()380 P.set_value(std::move(Err2)); in closeConnectionAndWait()
94 if (auto Err2 = initializeORCRPCTPCBase()) { in LLVMJITLinkRemoteTargetProcessControl() local95 Err = joinErrors(std::move(Err2), disconnect()); in LLVMJITLinkRemoteTargetProcessControl()
351 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local352 return Err2; in sendResult()353 if (auto Err2 = serializeSeq(C, std::move(Err))) in sendResult() local354 return Err2; in sendResult()355 if (auto Err2 = C.endSendMessage()) in sendResult() local356 return Err2; in sendResult()397 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local398 return Err2; in sendResult()399 if (auto Err2 = C.endSendMessage()) in sendResult() local400 return Err2; in sendResult()
349 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local350 return Err2; in sendResult()351 if (auto Err2 = serializeSeq(C, std::move(Err))) in sendResult() local352 return Err2; in sendResult()353 if (auto Err2 = C.endSendMessage()) in sendResult() local354 return Err2; in sendResult()395 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local396 return Err2; in sendResult()397 if (auto Err2 = C.endSendMessage()) in sendResult() local398 return Err2; in sendResult()
25 template <template <typename> > struct Err2; // expected-error {{template template parameter …
107 auto Err2 = endReceiveMessage(C); in readResult() local108 Err = joinErrors(std::move(Err), std::move(Err2)); in readResult()
432 if (auto Err2 =442 // wind up in Err2, where it will be returned from this function.445 return Err2;
861 if (auto Err2 = R1.acquire()) {862 Err = std::move(Err2);