reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
  379         DestBucket->getFirst() = std::move(B->getFirst());
  519     TheBucket->getFirst() = std::forward<KeyArg>(Key);
include/llvm/ADT/Optional.h
  104       value = std::move(y);
include/llvm/Analysis/DDG.h
  117     InstList = std::move(N.InstList);
include/llvm/Analysis/ScalarEvolution.h
 1294     BackedgeTakenInfo &operator=(BackedgeTakenInfo &&) = default;
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
   48     Entry &operator=(Entry &&) = default;
include/llvm/Option/ArgList.h
  162     Args = std::move(RHS.Args);
  403     ArgStrings = std::move(RHS.ArgStrings);
include/llvm/Support/Allocator.h
  182     Slabs = std::move(RHS.Slabs);
  183     CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
include/llvm/Support/GenericDomTree.h
  267     Roots = std::move(RHS.Roots);
include/llvm/Support/GenericDomTreeConstruction.h
  571     DT.Roots = FindRoots(DT, nullptr);
include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
include/llvm/XRay/Profile.h
   96     Roots = std::move(O.Roots);
lib/Analysis/LoopAccessAnalysis.cpp
  253   Checks = generateChecks();
lib/Analysis/ScalarEvolution.cpp
 3255               Operands = SmallVector<const SCEV *, 4>(M->op_begin(),
lib/AsmParser/LLParser.cpp
 3763     this->Val = std::move(Val);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2970   DD->TypeUnitsUnderConstruction = std::move(TypeUnitsUnderConstruction);
lib/CodeGen/ExpandMemCmp.cpp
  219   LoadSequence = computeGreedyLoadSequence(Size, LoadSizes, Options.MaxNumLoads,
lib/CodeGen/StackMaps.cpp
  169     LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut());
lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
  290   CallerBlocks = findBBwithCalls(F);
  295     SequencedBlocks = rearrangeBB(F, CallerBlocks);
  297     SequencedBlocks = queryCFG(F, CallerBlocks);
lib/LTO/LTO.cpp
  454   File->Strtab = std::move(FOrErr->Strtab);
lib/Object/IRObjectFile.cpp
  151   F.Symtab = std::move(FCOrErr->Symtab);
  152   F.Strtab = std::move(FCOrErr->Strtab);
lib/Target/AArch64/AArch64InstructionSelector.cpp
 2986     InsertRegs = SmallVector<Register, 4>(NumInsertRegs, SrcReg);
lib/Target/AArch64/AArch64PromoteConstant.cpp
  218     InsertPts[NewPt] = std::move(OldUses);
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  174     FnStartLocs = Locs();
  175     CantUnwindLocs = Locs();
  176     PersonalityLocs = Locs();
  177     HandlerDataLocs = Locs();
  178     PersonalityIndexLocs = Locs();
lib/Target/Hexagon/HexagonRDFOpt.cpp
  260     Defs = DFG.getRelatedRefs(IA, DA);
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  140     possibleDuplexes =
lib/Target/Hexagon/RDFLiveness.cpp
  371     Ins = BA.Addr->members(DFG);
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2411     Bits = std::move(*Result.second);
lib/Target/X86/X86ISelLowering.cpp
32385     Mask = SmallVector<int, 64>(BaseMask.begin(), BaseMask.end());
33220       Mask = std::move(WidenedMask);
33579     Mask = getPSHUFShuffleMask(N);
35108     ShuffleMask = std::move(ScaledMask);
36102       Mask = std::move(ScaledMask);
36116         Mask = std::move(WidenedMask);
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 2153     LHSMask = LHSShuffle->getShuffleMask();
 2155     RHSMask = RHSShuffle->getShuffleMask();
lib/Transforms/Scalar/CallSiteSplitting.cpp
  500     PredsWithConds = shouldSplitOnPHIPredicatedArgument(CS);
lib/Transforms/Scalar/ConstantProp.cpp
  117     WorkListVec = std::move(NewWorkListVec);
lib/Transforms/Utils/LoopVersioning.cpp
   47   AliasChecks = std::move(Checks);
tools/clang/include/clang/Driver/Job.h
  115     InputFileList = std::move(List);
tools/clang/include/clang/Sema/DelayedDiagnostic.h
  285     Diagnostics = std::move(Other.Diagnostics);
  313       Diagnostics = std::move(pool.Diagnostics);
tools/clang/lib/AST/Interp/Function.h
  123     Scopes = std::move(NewScopes);
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  312     SerializedAST = std::move(Empty);
tools/clang/lib/Frontend/ASTUnit.cpp
 1415   StoredDiagnostics = std::move(NewPreambleDiags);
 1416   PreambleDiagnostics = std::move(NewPreambleDiagsStandalone);
tools/clang/lib/Sema/SemaExprCXX.cpp
 7838     SemaRef.TypoExprs = std::move(SavedTypoExprs);
tools/clang/lib/Serialization/PCHContainerOperations.cpp
   47     Buffer->Data = std::move(Empty);
tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  219   Matches = match(GroupMatcherM, *D->getBody(), AM.getASTContext());
tools/clang/tools/extra/clang-doc/Representation.cpp
  140     Namespace = std::move(Other.Namespace);
  180     Members = std::move(Other.Members);
  184     Parents = std::move(Other.Parents);
  186     VirtualParents = std::move(Other.VirtualParents);
  199     Members = std::move(Other.Members);
  214     Params = std::move(Other.Params);
tools/clang/tools/extra/clang-doc/Representation.h
   50   CommentInfo &operator=(CommentInfo &&Other) = default;
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
  113   Spec.Names = {Names.begin(), Names.end()};
tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.cpp
   65   Matches = match(findAll(callExpr(UsedAsConstRefOrValueArg)), Stmt, Context);
   67   Matches =
   97   Matches = match(decl(forEachDescendant(callExpr(UsedAsConstRefOrValueArg))),
  100   Matches =
tools/clang/tools/extra/clangd/CodeComplete.cpp
 1533         C.RankedIncludeHeaders = getRankedIncludes(*C.IndexResult);
tools/clang/tools/extra/clangd/index/dex/PostingList.cpp
   29       DecompressedChunk = CurrentChunk->decompress();
   97     DecompressedChunk = CurrentChunk->decompress();
  109       DecompressedChunk = CurrentChunk->decompress();
tools/clang/tools/libclang/CIndex.cpp
 6561       Pieces = buildPieces(NameFlags, true, E->getMemberNameInfo(),
 6568       Pieces =
 6582         Pieces = buildPieces(NameFlags, false, DRE->getNameInfo(),
 7245   Info.ChildActions = DetermineChildActions(cursor);
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  157   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  164   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  199   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  204   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  209   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  213   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  218   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  224   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  235   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  240   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  245   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  250   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  256   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  268   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  273   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  280   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  285   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  290   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  295   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  299   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  303   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  309   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  321   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  326   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  334   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  339   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  344   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  349   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  363   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  369   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  375   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  389   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  394   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  399   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  412   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  417   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  424   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  430   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  437   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  444   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  450   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  455   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  461   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  476   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  492   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  498   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  504   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  511   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  518   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  524   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  530   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  541   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  546   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  625   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  639   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  646   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  677   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  684   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  686   Results = match(withEnclosingCompound(declRefTo("y")), AST->getASTContext());
  693   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  695   Results = match(withEnclosingCompound(declRefTo("y")), AST->getASTContext());
  700   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  706   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  712   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  722   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  735   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  740   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  745   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  752   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  757   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  763   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  769   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  779   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  808   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  815   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  829   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  836   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  858   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  880   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  944   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1054   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1074   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1080   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1093   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1139   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1143   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1147   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1151   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1155   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1161   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1166   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1181   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1204   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1209   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1214   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1220   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1226   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1232   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1238   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
tools/lldb/include/lldb/Symbol/Function.h
  278   CallEdge &operator=(CallEdge &&) = default;
tools/llvm-objcopy/ELF/Object.cpp
 2215     HexData = IHexRecord::getLine(IHexRecord::StartAddr80x86, 0, Data);
 2219     HexData = IHexRecord::getLine(IHexRecord::StartAddr, 0, Data);
tools/llvm-rc/ResourceScriptStmt.h
  817       FixedInfo[Type] = SmallVector<uint32_t, 4>(Value.begin(), Value.end());
unittests/ADT/SmallVectorTest.cpp
  214   this->theVector = SmallVector<Constructable, 2>(2, 2);
  222   this->theVector =
  501   this->theVector = std::move(this->otherVector);
unittests/Analysis/LazyCallGraphTest.cpp
 1361   NewRCs = RC.removeInternalRefEdge(C, {&A});
 1510   NewRCs = RC.removeInternalRefEdge(BN, {&AN});
 1511   NewRCs = RC.removeInternalRefEdge(CN, {&BN});
usr/include/c++/7.4.0/bits/move.h
  199       __a = _GLIBCXX_MOVE(__b);
  200       __b = _GLIBCXX_MOVE(__tmp);
usr/include/c++/7.4.0/bits/stl_algo.h
  871 	    *__result = _GLIBCXX_MOVE(*__first);
usr/include/c++/7.4.0/bits/stl_algobase.h
  343 	      *__result = std::move(*__first);
  548 	    *--__result = std::move(*--__last);
usr/include/c++/7.4.0/bits/stl_pair.h
  396 	first = std::forward<first_type>(__p.first);
  397 	second = std::forward<second_type>(__p.second);
  419 	  second = std::forward<_U2>(__p.second);
usr/include/c++/7.4.0/tuple
  322 	  _M_head(*this) = std::forward<_UHead>
 1252 	  this->_M_head(*this) = std::forward<_U1>(__in.first);
 1253 	  this->_M_tail(*this)._M_head(*this) = std::forward<_U2>(__in.second);