/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCSerialization.h | 309 if (auto Err = in serialize() local 313 if (auto Err = SequenceTraits<ChannelT>::emitSeparator(C)) in serialize() local 322 if (auto Err = in deserialize() local 325 if (auto Err = SequenceTraits<ChannelT>::consumeSeparator(C)) in deserialize() local 381 if (auto Err = serializeSeq(C, *KeyName)) in registerErrorType() local 388 static Error serialize(ChannelT &C, Error &&Err) { in serialize() 403 static Error deserialize(ChannelT &C, Error &Err) { in deserialize() 407 if (auto Err = deserializeSeq(C, Key)) in deserialize() local 499 if (auto Err = serializeSeq(C, true)) in serialize() local 503 if (auto Err = serializeSeq(C, false)) in serialize() local [all …]
|
D | RPCUtils.h | 270 static void consumeAbandoned(ErrorReturnType Err) { in consumeAbandoned() 328 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local 332 if (auto Err = in sendResult() local 339 if (auto Err = C.endSendMessage()) in sendResult() local 346 SequenceNumberT SeqNo, Error Err) { in sendResult() 370 if (auto Err = ResultOrErr.takeError()) in sendResult() local 374 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local 378 if (auto Err = in sendResult() local 384 if (auto Err = C.endSendMessage()) in sendResult() local 392 SequenceNumberT SeqNo, Error Err) { in sendResult() [all …]
|
D | RawByteChannel.h | 44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() local 63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage() local 104 if (auto Err = C.readBytes(reinterpret_cast<char *>(&V), sizeof(T))) in deserialize() local 118 if (auto Err = in serialize() local 126 if (auto Err = C.readBytes(reinterpret_cast<char *>(&Tmp), 1)) in deserialize() local 140 if (auto Err = serializeSeq(C, static_cast<uint64_t>(S.size()))) in serialize() local 173 if (auto Err = deserializeSeq(C, Count)) in deserialize() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | EHFrameSupport.cpp | 60 if (auto Err = processBlock(G, B, BCache)) in operator ()() local 95 if (auto Err = BlockReader.readInteger(Length)) in processBlock() local 98 if (auto Err = BlockReader.skip(Length)) in processBlock() local 102 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() local 104 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock() local 148 if (auto Err = PC.AddrToBlock.addBlocks(Sec.blocks(), in operator ()() local 164 if (auto Err = processBlock(PC, *B)) in operator ()() local 214 if (auto Err = BlockReader.readInteger(Length)) in processBlock() local 222 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() local 236 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCSerialization.h | 295 if (auto Err = in serialize() local 299 if (auto Err = SequenceTraits<ChannelT>::emitSeparator(C)) in serialize() local 308 if (auto Err = in deserialize() local 311 if (auto Err = SequenceTraits<ChannelT>::consumeSeparator(C)) in deserialize() local 367 if (auto Err = serializeSeq(C, *KeyName)) in registerErrorType() local 374 static Error serialize(ChannelT &C, Error &&Err) { in serialize() 389 static Error deserialize(ChannelT &C, Error &Err) { in deserialize() 393 if (auto Err = deserializeSeq(C, Key)) in deserialize() local 485 if (auto Err = serializeSeq(C, true)) in serialize() local 489 if (auto Err = serializeSeq(C, false)) in serialize() local [all …]
|
D | RPCUtils.h | 272 static void consumeAbandoned(ErrorReturnType Err) { in consumeAbandoned() 330 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local 334 if (auto Err = in sendResult() local 341 if (auto Err = C.endSendMessage()) in sendResult() local 348 SequenceNumberT SeqNo, Error Err) { in sendResult() 372 if (auto Err = ResultOrErr.takeError()) in sendResult() local 376 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult() local 380 if (auto Err = in sendResult() local 386 if (auto Err = C.endSendMessage()) in sendResult() local 394 SequenceNumberT SeqNo, Error Err) { in sendResult() [all …]
|
D | RawByteChannel.h | 44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() local 63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage() local 104 if (auto Err = C.readBytes(reinterpret_cast<char *>(&V), sizeof(T))) in deserialize() local 118 if (auto Err = in serialize() local 126 if (auto Err = C.readBytes(reinterpret_cast<char *>(&Tmp), 1)) in deserialize() local 140 if (auto Err = serializeSeq(C, static_cast<uint64_t>(S.size()))) in serialize() local 173 if (auto Err = deserializeSeq(C, Count)) in deserialize() local
|
/external/rust/crates/nom/src/ |
D | internal.rs | 55 pub enum Err<E> { enum 66 impl<E> Err<E> { implementation 95 impl<T> Err<(T, ErrorKind)> { implementation 108 impl Err<(&[u8], ErrorKind)> { impl 116 impl Err<(&str, ErrorKind)> { implementation 123 impl<E: Eq> Eq for Err<E> {} implementation 129 impl<E> fmt::Display for Err<E> implementation 147 impl<E> Error for Err<E> implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | EHFrameSupport.cpp | 58 if (auto Err = processBlock(G, B, BCache)) in operator ()() local 93 if (auto Err = BlockReader.readInteger(Length)) in processBlock() local 96 if (auto Err = BlockReader.skip(Length)) in processBlock() local 100 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() local 102 if (auto Err = BlockReader.skip(ExtendedLength)) in processBlock() local 146 if (auto Err = PC.AddrToBlock.addBlocks(Sec.blocks(), in operator ()() local 162 if (auto Err = processBlock(PC, *B)) in operator ()() local 212 if (auto Err = BlockReader.readInteger(Length)) in processBlock() local 220 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() local 234 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() local [all …]
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 85 [](ChannelT &C, Error &Err) -> Error { in registerDummyErrorSerialization() 88 if (auto Err = deserializeSeq(C, Val)) in registerDummyErrorSerialization() local 190 auto Err = Server.handleOne(); in TEST() local 196 auto Err = Server.handleOne(); in TEST() local 203 auto Err = Client.callAsync<DummyRPCAPI::VoidBool>( in TEST() local 204 [](Error Err) { in TEST() 213 auto Err = Client.handleOne(); in TEST() local 245 auto Err = Server.handleOne(); in TEST() local 251 auto Err = Server.handleOne(); in TEST() local 257 auto Err = Client.callAsync<DummyRPCAPI::IntInt>( in TEST() local [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 193 if (Error Err = setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, in reset() local 197 if (Error Err = setPointerAlignment(0, Align(8), Align(8), 8, 8)) in reset() local 200 if (Error Err = parseSpecifier(Desc)) in reset() local 206 if (Error Err = Layout.parseSpecifier(LayoutDescription)) in parse() local 239 if (Error Err = getInt<IntTy>(R, Result)) in getIntInBytes() local 248 if (Error Err = getInt(R, AddrSpace)) in getAddrSpace() local 260 if (Error Err = split(Desc, '-', Split)) in parseSpecifier() local 265 if (Error Err = split(Split.first, ':', Split)) in parseSpecifier() local 274 if (Error Err = split(Rest, ':', Split)) in parseSpecifier() local 278 if (Error Err = getInt(Split.first, AS)) in parseSpecifier() local [all …]
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 56 if (auto Err = readULEB128(Result)) in readIntMax() local 64 if (auto Err = readULEB128(Result)) in readSize() local 74 if (auto Err = readSize(Length)) in readString() local 83 if (auto Err = readSize(NumFilenames)) in read() local 87 if (auto Err = readString(Filename)) in read() local 125 if (auto Err = in readCounter() local 128 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter() local 143 if (auto Err = readSize(NumRegions)) in readMappingRegionsSubArray() local 152 if (auto Err = readIntMax(EncodedCounterAndRegion, in readMappingRegionsSubArray() local 158 if (auto Err = decodeCounter(EncodedCounterAndRegion, C)) in readMappingRegionsSubArray() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 70 if (auto Err = readULEB128(Result)) in readIntMax() local 78 if (auto Err = readULEB128(Result)) in readSize() local 88 if (auto Err = readSize(Length)) in readString() local 97 if (auto Err = readSize(NumFilenames)) in read() local 101 if (auto Err = readString(Filename)) in read() local 139 if (auto Err = in readCounter() local 142 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter() local 157 if (auto Err = readSize(NumRegions)) in readMappingRegionsSubArray() local 166 if (auto Err = readIntMax(EncodedCounterAndRegion, in readMappingRegionsSubArray() local 172 if (auto Err = decodeCounter(EncodedCounterAndRegion, C)) in readMappingRegionsSubArray() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 84 static fallible_iterator itr(Underlying I, Error &Err) { in itr() 129 if (auto Err = I.inc()) variable 145 if (auto Err = I.dec()) variable 197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() 206 void handleError(Error Err) { in handleError() 223 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr() 236 make_fallible_range(Underlying I, Underlying E, Error &Err) { in make_fallible_range()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 75 if (auto Err = readULEB128(Result)) in readIntMax() local 83 if (auto Err = readULEB128(Result)) in readSize() local 93 if (auto Err = readSize(Length)) in readString() local 104 if (auto Err = readSize(NumFilenames)) in read() local 115 if (auto Err = readULEB128(UncompressedLen)) in read() local 119 if (auto Err = readSize(CompressedLen)) in read() local 136 auto Err = in read() local 156 if (auto Err = readString(Filename)) in readUncompressed() local 194 if (auto Err = in readCounter() local 197 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter() local [all …]
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | Parser.cpp | 26 ModuleSummaryIndex *Index, SMDiagnostic &Err, in parseAssemblyInto() 40 ModuleSummaryIndex *Index, SMDiagnostic &Err, in parseAssemblyInto() 48 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly() 61 SMDiagnostic &Err, in parseAssemblyFile() 76 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, in parseAssemblyWithIndex() 93 SMDiagnostic &Err, in parseAssemblyWithIndex() 102 parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err, in parseAssemblyFileWithIndex() 120 llvm::parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err, in parseAssemblyFileWithIndex() 129 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyFileWithIndexNoUpgradeDebugInfo() 137 SMDiagnostic &Err, in parseAssemblyString() [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 84 static fallible_iterator itr(Underlying I, Error &Err) { in itr() 127 if (auto Err = I.inc()) variable 143 if (auto Err = I.dec()) variable 195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() 204 void handleError(Error Err) { in handleError() 221 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr() 234 make_fallible_range(Underlying I, Underlying E, Error &Err) { in make_fallible_range()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 176 if (Error Err = writeVariableSizedInteger(Descriptor.Address, AddrSize, in emitDebugAranges() local 211 if (Error Err = writeVariableSizedInteger(Entry.LowOffset, AddrSize, OS, in emitDebugRanges() local 304 if (Error Err = writeVariableSizedInteger( in writeDIE() local 310 if (Error Err = writeVariableSizedInteger(FormVal->Value, in writeDIE() local 654 if (Error Err = writeVariableSizedInteger(Pair.Segment, in emitDebugAddr() local 661 if (Error Err = writeVariableSizedInteger(Pair.Address, AddrSize, OS, in emitDebugAddr() local 710 if (Error Err = writeVariableSizedInteger(Addr, AddrSize, OS, IsLittleEndian)) in writeListEntryAddress() local 732 if (Error Err = CheckOperands(1)) in writeDWARFExpression() local 737 if (Error Err = CheckOperands(0)) in writeDWARFExpression() local 772 if (Error Err = CheckOperands(0)) in writeListEntry() local [all …]
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
D | OrcV2CBindingsRemovableCode.c | 18 int handleError(LLVMErrorRef Err) { in handleError() 85 LLVMErrorRef Err; in main() local 100 LLVMErrorRef Err; in main() local 114 LLVMErrorRef Err; in main() local 130 LLVMErrorRef Err; in main() local 142 LLVMErrorRef Err = LLVMOrcLLJITLookup(J, &ThrowAwayAddress, "sum"); in main() local 163 LLVMErrorRef Err; in main() local
|
/external/llvm-project/llvm/tools/opt/ |
D | NewPMDriver.cpp | 146 if (auto Err = PB.parsePassPipeline(PM, PipelineOpt)) { in tryParsePipelineText() local 161 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks() local 168 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks() local 174 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks() local 181 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks() local 187 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks() local 193 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks() local 199 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks() local 206 ExitOnError Err("Unable to parse EarlySimplification pipeline: "); in registerEPCallbacks() local 212 ExitOnError Err("Unable to parse OptimizerLastEP pipeline: "); in registerEPCallbacks() local [all …]
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 106 auto Err = deserialize(C, Val); in readResult() local 132 if (auto Err = startSendMessage(C)) in respond() local 134 if (auto Err = serializeSeq(C, ResponseId, SeqNo, *Result)) in respond() local 179 if (auto Err = startSendMessage(C)) in respond() local 181 if (auto Err = serializeSeq(C, ResponseId, SeqNo)) in respond() local 198 if (auto Err = startSendMessage(C)) in call() local 200 if (auto Err = serializeSeq(C, FuncId, SeqNo, Args...)) in call() local 232 if (auto Err = deserializeSeq(C, SeqNo, std::get<Is>(RPCArgs)...)) in readAndHandle() local 237 if (auto Err = endReceiveMessage(C)) in readAndHandle() local 409 if (auto Err = CallHelper<ChannelT, SequenceNumberT, Func>::call(C, SeqNo, in appendCallAsyncWithSeq() local [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 193 template <typename T> T importChecked(Error &Err, const T &From) { in importChecked() 707 if (auto Err = ImportTemplateArgumentListInfo(Container, ToTAInfo)) in ImportTemplateArgumentListInfo() local 738 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate())) in ImportFunctionTemplateWithTemplateArgsFromSpecialization() local 743 if (Error Err = ImportTemplateArguments(TemplArgs.data(), TemplArgs.size(), in ImportFunctionTemplateWithTemplateArgsFromSpecialization() local 754 if (Error Err = ImportContainerChecked(*From, To)) in import() local 845 if (Error Err = ImportTemplateArguments( in import() local 971 if (Error Err = importInto(EllipsisLoc, From.getEllipsisLoc())) in import() local 1155 Error Err = Error::success(); in VisitConstantArrayType() local 1179 Error Err = Error::success(); in VisitVariableArrayType() local 1192 Error Err = Error::success(); in VisitDependentSizedArrayType() local [all …]
|
/external/rust/crates/regex-syntax/src/ast/ |
D | visitor.rs | 27 type Err; typedef 31 fn finish(self) -> Result<Self::Output, Self::Err>; in finish() 38 fn visit_pre(&mut self, _ast: &Ast) -> Result<(), Self::Err> { in visit_pre() 44 fn visit_post(&mut self, _ast: &Ast) -> Result<(), Self::Err> { in visit_post() 50 fn visit_alternation_in(&mut self) -> Result<(), Self::Err> { in visit_alternation_in() 60 ) -> Result<(), Self::Err> { in visit_class_set_item_pre() 70 ) -> Result<(), Self::Err> { in visit_class_set_item_post() 80 ) -> Result<(), Self::Err> { in visit_class_set_binary_op_pre() 90 ) -> Result<(), Self::Err> { in visit_class_set_binary_op_post() 99 ) -> Result<(), Self::Err> { in visit_class_set_binary_op_in() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | Parser.cpp | 26 ModuleSummaryIndex *Index, SMDiagnostic &Err, in parseAssemblyInto() 41 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly() 55 llvm::parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, in parseAssemblyFile() 71 MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyWithIndex() 86 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyFileWithIndex() 102 llvm::parseAssemblyString(StringRef AsmString, SMDiagnostic &Err, in parseAssemblyString() 112 SMDiagnostic &Err) { in parseSummaryIndexAssemblyInto() 124 llvm::parseSummaryIndexAssembly(MemoryBufferRef F, SMDiagnostic &Err) { in parseSummaryIndexAssembly() 135 llvm::parseSummaryIndexAssemblyFile(StringRef Filename, SMDiagnostic &Err) { in parseSummaryIndexAssemblyFile() 147 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 417 if (Error Err = tryRead(Signature[0], 8)) in ReadSignature() local 419 if (Error Err = tryRead(Signature[1], 8)) in ReadSignature() local 424 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 426 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 431 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 433 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 438 if (Error Err = tryRead(Signature[2], 8)) in ReadSignature() local 440 if (Error Err = tryRead(Signature[3], 8)) in ReadSignature() local 445 if (Error Err = tryRead(Signature[2], 4)) in ReadSignature() local 447 if (Error Err = tryRead(Signature[3], 4)) in ReadSignature() local [all …]
|