Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundefined-memory-manipulation.cpp43 struct Move { struct
44 Move() {} in Move() argument
45 Move(Move &&) {} in Move() argument
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Duse-after-move.rst133 Move chapter
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DMemberwiseConstructorTests.cpp77 auto Move = HasSubstr(": Member(std::move(Member))"); in TEST_F() local
/llvm-project/libcxx/benchmarks/
H A Dfunction.bench.cpp
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidConstOrRefDataMembersCheck.cpp29 MemberFunctionInfo Move{}; global() member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_type_traits_test.cpp45 TEST(SanitizerCommon, Move) { in TEST() argument
H A Dsanitizer_dense_map_test.cpp328 static int Move; member
344 int CountCopyAndMove::Move = 0; member in __anon65fcc02b0111::__anon65fcc02b0311::CountCopyAndMove
/llvm-project/llvm/unittests/ADT/
H A DDenseSetTest.cpp153 static int Move; member
178 int CountCopyAndMove::Move = 0; member in __anon982471620111::CountCopyAndMove
H A DTinyPtrVectorTest.cpp160 TypeParam Move(std::move(Copy2)); in TYPED_TEST() local
H A DIntervalMapTest.cpp667 TEST(IntervalMapTest, Move) { in TEST() argument
H A DStringMapTest.cpp559 static unsigned Move; global() member
577 unsigned CountCtorCopyAndMove::Move = 0; global() member in __anond51e927c0111::__anond51e927c0211::CountCtorCopyAndMove
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DSpecialMembers.cpp27 const CXXMethodDecl *Move = nullptr; in buildSpecialMemberDeclarations() member
H A DMemberwiseConstructor.cpp125 Move, // Pass by value and std::move into place enumerator
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp137 if (!Copy && !Move) in check() local
H A DUseAfterMoveCheck.cpp388 Move, // std::move global() enumerator
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dbase.pass.cpp39 Move, enumerator
/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp652 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local
883 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp153 std::shared_ptr<int> Move = static_cast<std::shared_ptr<int> &&>(P1); in basic() local
H A Dmake-unique.cpp198 std::unique_ptr<int> Move = static_cast<std::unique_ptr<int> &&>(P1); in basic() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp385 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; ExpandMOVX_RR() local
426 unsigned Move; ExpandMOVSZX_RR() local
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp
/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp209 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-deducing-this.cpp737 struct Move { global() struct
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp528 auto Move = Moves.find(PD); buildCoroutinePromise() local

12