| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ErrorTest.cpp | 1090 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 D | BitcodeAnalyzer.cpp | 535 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 D | MetadataLoader.cpp | 692 .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 D | BitcodeReader.cpp | 189 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 D | FileManagerTest.cpp | 528 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 D | ObjectFile.cpp | 58 if (Error E = getSymbolFlags(Ref).moveInto(Flags)) in getSymbolValue()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 236 ScanTool.getDependencyFile(CommandLine, CWD).moveInto(DepFile), in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 251 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
|
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 89 if (Error E = I->getContents().moveInto(Contents)) in loadObj()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1612 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 D | Symbolize.cpp | 275 consumeError(Section.getName().moveInto(Name)); in getGNUDebuglinkContents()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Error.h | 580 Error moveInto(OtherT &Value,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1163 .moveInto(CombinedIndex)) { in EmitBackendOutput()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 387 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 D | ProgrammersManual.rst | 572 ``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))
|