/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/ |
H A D | pseudos.s | 18 move $a4, $a5 label
|
/llvm-project/libc/src/__support/CPP/utility/ |
H A D | move.h | 18 // move in move() function
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.ambig/ |
H A D | types.pass.cpp | 45 std::chrono::ambiguous_local_time move = std::move(e); in main() local
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.nonexist/ |
H A D | types.pass.cpp | 45 std::chrono::nonexistent_local_time move = std::move(e); main() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | unqualified-std-call-fixits.cpp | 9 int &&move(auto &&a) { return a; } in move() function
|
H A D | unqualified-std-call.cpp | 8 T &&move(T &&x) { return x; } in move() function 10 void move(T &&, U &&) {} in move() function
|
H A D | builtin-std-move-nobuiltin.cpp | 10 template<typename T> constexpr T &&move(T &x) { return (T&&)nobuiltin; } in move() function
|
H A D | builtin-std-move.cpp | 16 template<typename T> CONSTEXPR T &&move(T &x) { in move() function 24 template<typename T> CONSTEXPR int move(T, T) { return 5; } in move() function
|
H A D | constexpr-turing.cpp | 32 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
|
H A D | rval-references-examples.cpp | 43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
|
/llvm-project/libcxx/include/__utility/ |
H A D | move.h | 30 move(_LIBCPP_LIFETIMEBOUND _Tp&& __t) _NOEXCEPT { in move() function
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | iterator.operators.addressof.compile.pass.cpp | 27 ToIterator move(std::move(from)); in test() local
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { function
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
H A D | iterator.operators.addressof.compile.pass.cpp | 29 ToIterator move(std::move(from)); in test() local
|
/llvm-project/clang/test/Analysis/ |
H A D | delayed-template-parsing-crash.cpp | 9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
|
H A D | ctor.mm | 13 T &&move(T &obj) { function [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | builtin-std-move.cpp | 4 template<typename T> constexpr T &&move(T &val) { return static_cast<T&&>(val); } in move() function
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
H A D | p2.cpp | 5 namespace move { namespace
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/ |
H A D | types.h | 31 enum { none, copy, move } copy_kind; enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | optional-value-conversion.cpp | 27 T&& move(T &x) { in move() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | move-const-arg-const-ref.cpp | 25 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move() function
|
H A D | move-const-arg-trivially-copyable.cpp | 13 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move() function
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | move.h | 116 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { move() function [all...] |
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
H A D | iter_iter_iter.infinite_recursion.pass.cpp | 78 static char_type* move(char_type* dest, char_type const* src, std::size_t count) { in move() function
|
/llvm-project/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
H A D | move.pass.cpp | 34 void move(std::ios& x) {std::ios::move(x);} in move() function
|