HomeSort by: relevance | last modified time | path
    Searched defs:swap (Results 1 - 25 of 283) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Use.cpp 16 void Use::swap(Use &RHS) { function in class:llvm::Use
20 std::swap(Val, RHS.Val);
21 std::swap(Next, RHS.Next);
22 std::swap(Prev, RHS.Prev);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 91 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
94 base_type::swap(other);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
81 base_type::swap(other);
82 m_rc.swap(other.m_rc);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 91 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
95 base_type::swap(other);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 91 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
94 base_type::swap(other);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
81 base_type::swap(other);
82 m_rc.swap(other.m_rc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 91 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
95 base_type::swap(other);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 std::swap(m_p_max, other.m_p_max);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
77 base_type::swap(other);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 std::swap(m_p_max, other.m_p_max);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
77 base_type::swap(other);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp 57 void CXXBasePaths::swap(CXXBasePaths &Other) { function in class:CXXBasePaths
58 std::swap(Origin, Other.Origin);
59 Paths.swap(Other.Paths);
60 ClassSubobjects.swap(Other.ClassSubobjects);
61 VisitedDependentRecords.swap(Other.VisitedDependentRecords);
62 std::swap(FindAmbiguities, Other.FindAmbiguities);
63 std::swap(RecordPaths, Other.RecordPaths);
64 std::swap(DetectVirtual, Other.DetectVirtual);
65 std::swap(DetectedVirtual, Other.DetectedVirtual);
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_default.c 97 char *swap; local
99 /* swap files never show up in mtab, only root fs */
100 if ((swap = strstr(path, "swap"))) {
101 strncpy(swap, "root", 4); /* this should NOT use xstrlcpy */
103 strncpy(swap, "swap", 4); /* this should NOT use xstrlcpy */
checkmount_svr4.c 88 char *swap; local
90 /* swap files never show up in mtab, only root fs */
91 if ((swap = strstr(path, "swap"))) {
92 strncpy(swap, "root", 4); /* this should NOT use xstrlcpy */
94 strncpy(swap, "swap", 4); /* this should NOT use xstrlcpy */
  /src/external/gpl3/gcc/dist/libbacktrace/
sort.c 46 swap (char *a, char *b, size_t size) function
76 swap (base, base + (count / 2) * size, size);
85 swap (base + mid * size, base + i * size, size);
90 swap (base, base + mid * size, size);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 53 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
55 std::swap(m_start_size, other.m_start_size);
56 std::swap(m_grow_factor, other.m_grow_factor);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 89 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
92 base_type::swap(other);
93 std::swap(m_p_max, other.m_p_max);

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>