Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/
H A Dpseudos.s18 move $a4, $a5 label
/llvm-project/libc/src/__support/CPP/utility/
H A Dmove.h18 // move in move() function
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.ambig/
H A Dtypes.pass.cpp45 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 Dtypes.pass.cpp45 std::chrono::nonexistent_local_time move = std::move(e); main() local
/llvm-project/clang/test/SemaCXX/
H A Dunqualified-std-call-fixits.cpp9 int &&move(auto &&a) { return a; } in move() function
H A Dunqualified-std-call.cpp8 T &&move(T &&x) { return x; } in move() function
10 void move(T &&, U &&) {} in move() function
H A Dbuiltin-std-move-nobuiltin.cpp10 template<typename T> constexpr T &&move(T &x) { return (T&&)nobuiltin; } in move() function
H A Dbuiltin-std-move.cpp16 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 Dconstexpr-turing.cpp32 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
H A Drval-references-examples.cpp43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
/llvm-project/libcxx/include/__utility/
H A Dmove.h30 move(_LIBCPP_LIFETIMEBOUND _Tp&& __t) _NOEXCEPT { in move() function
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Diterator.operators.addressof.compile.pass.cpp27 ToIterator move(std::move(from)); in test() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Diterator.operators.addressof.compile.pass.cpp29 ToIterator move(std::move(from)); in test() local
/llvm-project/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
H A Dctor.mm13 T &&move(T &obj) { function
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-std-move.cpp4 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 Dp2.cpp5 namespace move { namespace
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/
H A Dtypes.h31 enum { none, copy, move } copy_kind; enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Doptional-value-conversion.cpp27 T&& move(T &x) { in move() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dmove-const-arg-const-ref.cpp25 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move() function
H A Dmove-const-arg-trivially-copyable.cpp13 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move() function
/llvm-project/libcxx/include/__algorithm/
H A Dmove.h116 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { move() function
[all...]
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_iter_iter.infinite_recursion.pass.cpp78 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 Dmove.pass.cpp34 void move(std::ios& x) {std::ios::move(x);} in move() function

123