Home
last modified time | relevance | path

Searched defs:Err2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h351 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local
353 if (auto Err2 = serializeSeq(C, std::move(Err))) in sendResult() local
355 if (auto Err2 = C.endSendMessage()) in sendResult() local
397 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local
399 if (auto Err2 = C.endSendMessage()) in sendResult() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp194 if (auto Err2 = readBytes(HeaderBuffer, FDMsgHeader::Size, &IsEOF)) { in listenLoop() local
227 if (auto Err2 = readBytes(ArgBytes.data(), ArgBytes.size())) { in listenLoop() local
/aosp_15_r20/external/llvm/lib/Object/
H A DError.cpp79 if (auto Err2 = in isNotObjectErrorInvalidFileType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp50 if (auto Err2 = EPC.callSPSWrapper< in ~EPCGenericRTDyldMemoryManager() local
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h107 auto Err2 = endReceiveMessage(C); in readResult() local