Home
last modified time | relevance | path

Searched refs:moveInto (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp1090 TEST(Error, moveInto) { in TEST() argument
1099 EXPECT_THAT_ERROR(makeFailure().moveInto(V), Failed()); in TEST()
1103 EXPECT_THAT_ERROR(make(5).moveInto(V), Succeeded()); in TEST()
1107 EXPECT_THAT_ERROR(make(7).moveInto(V), Succeeded()); in TEST()
1113 EXPECT_THAT_ERROR(makeFailure().moveInto(V), Failed()); in TEST()
1121 EXPECT_THAT_ERROR(makeFailure().moveInto(MaybeV), Failed()); in TEST()
1124 EXPECT_THAT_ERROR(make(5).moveInto(MaybeV), Succeeded()); in TEST()
1127 EXPECT_THAT_ERROR(make(7).moveInto(MaybeV), Succeeded()); in TEST()
1130 EXPECT_THAT_ERROR(makeFailure().moveInto(MaybeV), Failed()); in TEST()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp535 if (Error E = R.ReadVBR(6).moveInto(Size)) in decodeMetadataStringsBlob()
559 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
585 .moveInto(NewBlockInfo)) in analyze()
745 .moveInto(NewBlockInfo)) in parseBlock()
793 .moveInto(Entry)) in parseBlock()
842 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code)) in parseBlock()
H A DMetadataLoader.cpp692 .moveInto(Entry)) in lazyLoadModuleMetadataBlock()
707 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()
899 .moveInto(Entry)) in loadGlobalDeclAttachments()
1017 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadata()
1073 if (Error E = IndexCursor.advanceSkippingSubblocks().moveInto(Entry)) in lazyLoadOneMetadata()
1183 if (Error E = Stream.ReadCode().moveInto(Code)) in parseOneMetadata()
2165 if (Error E = R.ReadVBR(6).moveInto(Size)) in parseMetadataStrings()
2204 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataAttachment()
2307 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in parseMetadataKinds()
H A DBitcodeReader.cpp189 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationBlock()
234 if (Error E = Stream.advance().moveInto(Entry)) in readIdentificationCode()
310 if (Error E = Stream.advance().moveInto(Entry)) in hasObjCCategory()
7688 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
7764 if (Error E = Stream.advanceSkippingSubblocks().moveInto(Entry)) in getEnableSplitLTOUnitFlag()
7811 if (Error E = Stream.advance().moveInto(Entry)) in getLTOInfo()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp528 ASSERT_THAT_ERROR(Manager.getFileRef("/tmp/test").moveInto(SearchRef), in TEST_F()
546 ASSERT_THAT_ERROR(Manager.getFileRef("/tmp/test").moveInto(SearchRef), in TEST_F()
/llvm-project-15.0.7/llvm/lib/Object/
H A DObjectFile.cpp58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp236 ScanTool.getDependencyFile(CommandLine, CWD).moveInto(DepFile), in TEST()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp251 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp89 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1612 moveInto(Printable); in toString()
1918 This->moveInto(Val); in describe()
4446 LVal.moveInto(Subobj); in foundPointer()
5624 This.moveInto(Val); in checkDynamicType()
5807 LVal.moveInto(Result); in HandleCovariantReturnAdjustment()
11771 Ptr.moveInto(Val); in getBuiltinAlignArguments()
13548 LV.moveInto(V); in VisitCastExpr()
14768 LV.moveInto(Result); in Evaluate()
14779 LV.moveInto(Result); in Evaluate()
14789 C.moveInto(Result); in Evaluate()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp275 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DError.h580 Error moveInto(OtherT &Value,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1163 .moveInto(CombinedIndex)) { in EmitBackendOutput()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp387 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()
2555 if (auto Err = InstrProfCorrelator::get(Filename).moveInto(Correlator)) in showDebugInfoCorrelation()
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst572 ``moveInto()`` method avoids the need to name an extra variable. This is
584 if (auto Err = openBuffer(Path).moveInto(MB))
603 if (auto Err = extractClassName(Path).moveInto(LazyName))