/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | undefined-memory-manipulation.cpp | 43 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 D | use-after-move.rst | 133 Move chapter
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | MemberwiseConstructorTests.cpp | 77 auto Move = HasSubstr(": Member(std::move(Member))"); in TEST_F() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | function.bench.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | AvoidConstOrRefDataMembersCheck.cpp | 29 MemberFunctionInfo Move{}; global() member
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_type_traits_test.cpp | 45 TEST(SanitizerCommon, Move) { in TEST() argument
|
H A D | sanitizer_dense_map_test.cpp | 328 static int Move; member 344 int CountCopyAndMove::Move = 0; member in __anon65fcc02b0111::__anon65fcc02b0311::CountCopyAndMove
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseSetTest.cpp | 153 static int Move; member 178 int CountCopyAndMove::Move = 0; member in __anon982471620111::CountCopyAndMove
|
H A D | TinyPtrVectorTest.cpp | 160 TypeParam Move(std::move(Copy2)); in TYPED_TEST() local
|
H A D | IntervalMapTest.cpp | 667 TEST(IntervalMapTest, Move) { in TEST() argument
|
H A D | StringMapTest.cpp | 559 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 D | SpecialMembers.cpp | 27 const CXXMethodDecl *Move = nullptr; in buildSpecialMemberDeclarations() member
|
H A D | MemberwiseConstructor.cpp | 125 Move, // Pass by value and std::move into place enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ForwardingReferenceOverloadCheck.cpp | 137 if (!Copy && !Move) in check() local
|
H A D | UseAfterMoveCheck.cpp | 388 Move, // std::move global() enumerator
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 33 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 D | base.pass.cpp | 39 Move, enumerator
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 652 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 D | make-shared.cpp | 153 std::shared_ptr<int> Move = static_cast<std::shared_ptr<int> &&>(P1); in basic() local
|
H A D | make-unique.cpp | 198 std::unique_ptr<int> Move = static_cast<std::unique_ptr<int> &&>(P1); in basic() local
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 385 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 D | functions.cpp |
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 209 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2b-deducing-this.cpp | 737 struct Move { global() struct
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 528 auto Move = Moves.find(PD); buildCoroutinePromise() local
|