Searched defs:Moved (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/docs/ |
H A D | SystemLibrary.rst | 5 Moved subtitle
|
H A D | TableGenFundamentals.rst | 5 Moved subtitle
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | PR22806_constrain_tuple_like_ctor.pass.cpp | 37 enum State { FromTuple, FromInt, Copied, Moved }; enumerator 50 enum State { FromTuple, FromInt, Copied, Moved }; enumerator 63 enum State { FromInt, Copied, Moved }; enumerator 73 enum State { FromInt, Copied, Moved }; enumerator
|
/llvm-project/llvm/unittests/InterfaceStub/ |
H A D | ELFYAMLTest.cpp | 235 IFSStub Moved = std::move(Stub); in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 267 updateLevel(LVScope * Parent,bool Moved) updateLevel() argument
|
H A D | LVScope.cpp | 346 void LVScope::updateLevel(LVScope *Parent, bool Moved) { in updateLevel()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1292 moveFromImpl(mapped_file_region & Moved) moveFromImpl() argument 1304 mapped_file_region(mapped_file_region && Moved) mapped_file_region() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | for-range-copy.cpp | 174 auto Moved = std::move(M); in negativeVarIsMoved() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | FormatVariadicTest.cpp | 660 int Copied = 0, Moved = 0; global() member
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 32 enum Kind { Moved, Reported } K; global() enumerator
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 912 std::vector<NewArchiveMember> Moved; in computeNewArchiveMembers() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 530 bool Moved = moveOrIgnoreLifetimeMarkers(MarkerInfo); findAllocas() local
|