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

References

include/llvm/IR/ModuleSummaryIndexYAML.h
  290       index.CfiFunctionDefs = {CfiFunctionDefs.begin(), CfiFunctionDefs.end()};
  293       index.CfiFunctionDecls = {CfiFunctionDecls.begin(),
include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  430       M.UnfinalizedSections[K] = std::move(M.SectionsAllocatedSinceLastLoad);
  431       M.SectionsAllocatedSinceLastLoad = SectionAddrSet();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  228       ResponsibilitySet = std::move(*ResultOrErr);
lib/Support/DeltaAlgorithm.cpp
   79       Res = Delta(*it, Sets);
   95         Res = Delta(Complement, ComplementSets);
lib/Target/Hexagon/RDFLiveness.cpp
  414       T = getAllReachedUses(RefRR, DA, DefRRs);
  418       T = getAllReachedUses(RefRR, DA, NewDefRRs);
lib/TextAPI/ELF/ELFStub.cpp
   27   Symbols = std::move(Stub.Symbols);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1157   ShadowElements[CCS.Shadow] = std::move(UnionElems);
tools/lldb/source/Commands/CommandObjectMemory.cpp
  478           languages_to_check = Language::GetSupportedLanguages();
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  422   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  429   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  435   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  443   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  447   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  452   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  456   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  462   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  466   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  470   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  474   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  480   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  485   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  489   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
  493   XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
usr/include/c++/7.4.0/bits/stl_algo.h
 1367 		  *(__p + __n - 1) = _GLIBCXX_MOVE(__t);
 1390 		  *__p = _GLIBCXX_MOVE(__t);
 1830 	  *__last = _GLIBCXX_MOVE(*__next);
 1834       *__last = _GLIBCXX_MOVE(__val);
 1852 	      *__first = _GLIBCXX_MOVE(__val);
 2312 	      *__result = _GLIBCXX_MOVE(*__first2);
 2317 	      *__result = _GLIBCXX_MOVE(*__first1);
 2351 	      *--__result = _GLIBCXX_MOVE(*__last1);
 2361 	      *--__result = _GLIBCXX_MOVE(*__last2);
 2647 	      *__result = _GLIBCXX_MOVE(*__first2);
 2652 	      *__result = _GLIBCXX_MOVE(*__first1);
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_tempbuf.h
  201 	      *__seed = _GLIBCXX_MOVE(*__prev);