HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 1 - 25 of 3081) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
libstdcxx_pair_swap_hack.cpp 2 // an issue with GCC's <utility> implementation. std::pair::swap
4 // swap. This is invalid, because it ends up calling itself with
25 template<typename T> void swap(T &, T &);
26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) {
27 swap(a, b);
32 void swap(CLASS &other) noexcept(noexcept(do_swap(member, other.member)));
36 void swap(CLASS &other) noexcept(noexcept(swap(member, other.member)));
42 // void swap(vector &other) noexcept(noexcept(do_swap(member, other.member)));
55 void swap(X &, X &) noexcept
    [all...]
  /external/eigen/failtest/
swap_2.cpp 10 b.swap(ac);
12 b.swap(ac.const_cast_derived());
  /external/toybox/toys/other/
mkswap.c 1 /* mkswap.c - Format swap device.
13 Sets up a Linux swap area on a device or file.
27 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; local
28 char *label = (char *)(swap+7), *uuid = (char *)(swap+3);
33 swap[0] = 1;
34 swap[1] = pages;
38 xwrite(fd, swap, 129*sizeof(unsigned int));
  /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
swap.pass.cpp 14 // void swap(path& lhs, path& rhs) noexcept;
26 // NOTE: this is tested in path.members/path.modifiers via the member swap.
36 ASSERT_NOEXCEPT(swap(p1, p2));
37 ASSERT_SAME_TYPE(void, decltype(swap(p1, p2)));
43 swap(p1, p2);
46 swap(p1, p2);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_stub.c 3 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
mod_based_range_hashing.hpp 56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
mod_based_range_hashing.hpp 56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.nonmember/
swap.pass.cpp 14 // void swap(path& lhs, path& rhs) noexcept;
26 // NOTE: this is tested in path.members/path.modifiers via the member swap.
36 ASSERT_NOEXCEPT(swap(p1, p2));
37 ASSERT_SAME_TYPE(void, decltype(swap(p1, p2)));
43 swap(p1, p2);
46 swap(p1, p2);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-swap-4.d 4 #source: branch-swap-3.s
5 #dump: branch-swap-3.d
micromips@branch-swap-4.d 4 #source: branch-swap-3.s
5 #dump: micromips@branch-swap-3.d
mips16@branch-swap-4.d 4 #source: branch-swap-3.s
5 #dump: mips16@branch-swap-3.d
  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/
swap.pass.cpp 14 // template <class T> constexpr void propagate_const::swap(propagate_const<T>& x);
23 void swap(X &, X &) { swap_called = true; } function
29 p1.swap(p2);
  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
swap.pass.cpp 14 // template <class T> constexpr void swap(propagate_const<T>& x, propagate_const<T>& y);
23 void swap(X &, X &) { swap_called = true; } function
29 swap(p1, p2);
  /external/libcxx/test/std/utilities/any/any.nonmembers/
swap.pass.cpp 21 // void swap(any &, any &) noexcept
23 // swap(...) just wraps any::swap(...). That function is tested elsewhere.
36 static_assert(noexcept(swap(a, a)), "swap(any&, any&) must be noexcept");
42 swap(a1, a2);
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable.pass.cpp 23 // Make the test types non-copyable so that generic std::swap is not valid.
37 void swap(A&, A&) {} function in namespace:MyNS
39 void swap(A&, B&) {} function in namespace:MyNS
40 void swap(B&, A&) {} function in namespace:MyNS
42 void swap(A&, C&) {} // missing swap(C, A) function in namespace:MyNS
43 void swap(D&, C&) {} function in namespace:MyNS
50 void swap(M&&, M&&) {} function in namespace:MyNS
53 friend void swap(DeletedSwap&, DeletedSwap&) = delete;
63 void swap(T&, T&) { function in namespace:MyNS2
    [all...]

Completed in 1883 milliseconds

1 2 3 4 5 6 7 8 91011>>