HelenOS sources

swap              123 uspace/lib/c/generic/getopt.c 	char *swap;
swap              143 uspace/lib/c/generic/getopt.c 			swap = nargv[pos];
swap              145 uspace/lib/c/generic/getopt.c 			nargv[cstart] = swap;
swap              175 uspace/lib/cpp/include/__bits/adt/array.hpp     void swap(array<T, N>& lhs, array<T, N>& rhs) noexcept(noexcept(lhs.swap(rhs)))
swap              177 uspace/lib/cpp/include/__bits/adt/array.hpp         lhs.swap(rhs);
swap              460 uspace/lib/cpp/include/__bits/adt/deque.hpp                 swap(other);
swap              917 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(allocator_, other.allocator_);
swap              918 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(front_bucket_idx_, other.front_bucket_idx_);
swap              919 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(back_bucket_idx_, other.back_bucket_idx_);
swap              920 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(front_bucket_, other.front_bucket_);
swap              921 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(back_bucket_, other.back_bucket_);
swap              922 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(bucket_count_, other.bucket_count_);
swap              923 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(bucket_capacity_, other.bucket_capacity_);
swap              924 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(size_, other.size_);
swap              925 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(data_, other.data_);
swap             1120 uspace/lib/cpp/include/__bits/adt/deque.hpp                 std::swap(data_, new_data);
swap             1212 uspace/lib/cpp/include/__bits/adt/deque.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap             1214 uspace/lib/cpp/include/__bits/adt/deque.hpp         lhs.swap(rhs);
swap              125 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 tmp.swap(*this);
swap              133 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 tmp.swap(*this);
swap              254 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                          noexcept(std::swap(declval<Hasher&>(), declval<Hasher&>())) &&
swap              255 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                          noexcept(std::swap(declval<KeyEq&>(), declval<KeyEq&>())))
swap              257 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(table_, other.table_);
swap              258 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(bucket_count_, other.bucket_count_);
swap              259 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(size_, other.size_);
swap              260 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(hasher_, other.hasher_);
swap              261 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(key_eq_, other.key_eq_);
swap              262 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 std::swap(max_load_factor_, other.max_load_factor_);
swap              451 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 swap(new_table);
swap              820 uspace/lib/cpp/include/__bits/adt/list.hpp                 std::swap(allocator_, other.allocator_);
swap              821 uspace/lib/cpp/include/__bits/adt/list.hpp                 std::swap(head_, other.head_);
swap              822 uspace/lib/cpp/include/__bits/adt/list.hpp                 std::swap(size_, other.size_);
swap              838 uspace/lib/cpp/include/__bits/adt/list.hpp                     swap(other);
swap             1197 uspace/lib/cpp/include/__bits/adt/list.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap             1199 uspace/lib/cpp/include/__bits/adt/list.hpp         lhs.swap(rhs);
swap              495 uspace/lib/cpp/include/__bits/adt/map.hpp                          noexcept(std::swap(declval<key_compare>(), declval<key_compare>())))
swap              497 uspace/lib/cpp/include/__bits/adt/map.hpp                 tree_.swap(other.tree_);
swap              498 uspace/lib/cpp/include/__bits/adt/map.hpp                 std::swap(allocator_, other.allocator_);
swap             1014 uspace/lib/cpp/include/__bits/adt/map.hpp                          noexcept(std::swap(declval<key_compare>(), declval<key_compare>())))
swap             1016 uspace/lib/cpp/include/__bits/adt/map.hpp                 tree_.swap(other.tree_);
swap             1017 uspace/lib/cpp/include/__bits/adt/map.hpp                 std::swap(allocator_, other.allocator_);
swap              159 uspace/lib/cpp/include/__bits/adt/queue.hpp                 noexcept(noexcept(swap(c, other.c)))
swap              161 uspace/lib/cpp/include/__bits/adt/queue.hpp                 std::swap(c, other.c);
swap              337 uspace/lib/cpp/include/__bits/adt/queue.hpp                 noexcept(noexcept(swap(c, other.c)) && noexcept(swap(comp, other.comp)))
swap              339 uspace/lib/cpp/include/__bits/adt/queue.hpp                 std::swap(c, other.c);
swap              340 uspace/lib/cpp/include/__bits/adt/queue.hpp                 std::swap(comp, other.comp);
swap              393 uspace/lib/cpp/include/__bits/adt/queue.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              395 uspace/lib/cpp/include/__bits/adt/queue.hpp         lhs.swap(rhs);
swap              401 uspace/lib/cpp/include/__bits/adt/queue.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              403 uspace/lib/cpp/include/__bits/adt/queue.hpp         lhs.swap(rhs);
swap               87 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 tmp.swap(*this);
swap               95 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 tmp.swap(*this);
swap              235 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                          noexcept(std::swap(declval<KeyComp&>(), declval<KeyComp&>())))
swap              237 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 std::swap(root_, other.root_);
swap              238 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 std::swap(size_, other.size_);
swap              239 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 std::swap(key_compare_, other.key_compare_);
swap              240 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 std::swap(key_extractor_, other.key_extractor_);
swap              383 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                     node->swap(succ);
swap              387 uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp                 utils::swap(this, other);
swap              611 uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp                 utils::swap(this, other);
swap              312 uspace/lib/cpp/include/__bits/adt/set.hpp                          noexcept(std::swap(declval<key_compare>(), declval<key_compare>())))
swap              314 uspace/lib/cpp/include/__bits/adt/set.hpp                 tree_.swap(other.tree_);
swap              315 uspace/lib/cpp/include/__bits/adt/set.hpp                 std::swap(allocator_, other.allocator_);
swap              793 uspace/lib/cpp/include/__bits/adt/set.hpp                          noexcept(std::swap(declval<key_compare>(), declval<key_compare>())))
swap              795 uspace/lib/cpp/include/__bits/adt/set.hpp                 tree_.swap(other.tree_);
swap              796 uspace/lib/cpp/include/__bits/adt/set.hpp                 std::swap(allocator_, other.allocator_);
swap              132 uspace/lib/cpp/include/__bits/adt/stack.hpp                 noexcept(noexcept(declval<container_type>().swap(declval<container_type&>())))
swap              134 uspace/lib/cpp/include/__bits/adt/stack.hpp                 std::swap(c, other.c);
swap              193 uspace/lib/cpp/include/__bits/adt/stack.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              195 uspace/lib/cpp/include/__bits/adt/stack.hpp         lhs.swap(rhs);
swap              508 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                          noexcept(std::swap(declval<hasher>(), declval<hasher>())) &&
swap              509 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                          noexcept(std::swap(declval<key_equal>(), declval<key_equal>())))
swap              511 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 table_.swap(other.table_);
swap              512 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 std::swap(allocator_, other.allocator_);
swap             1012 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                          noexcept(std::swap(declval<hasher>(), declval<hasher>())) &&
swap             1013 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                          noexcept(std::swap(declval<key_equal>(), declval<key_equal>())))
swap             1015 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 table_.swap(other.table_);
swap             1016 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 std::swap(allocator_, other.allocator_);
swap             1150 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap             1152 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         lhs.swap(rhs);
swap             1158 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap             1160 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         lhs.swap(rhs);
swap              321 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                          noexcept(std::swap(declval<hasher>(), declval<hasher>())) &&
swap              322 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                          noexcept(std::swap(declval<key_equal>(), declval<key_equal>())))
swap              324 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 table_.swap(other.table_);
swap              325 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 std::swap(allocator_, other.allocator_);
swap              737 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                          noexcept(std::swap(declval<hasher>(), declval<hasher>())) &&
swap              738 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                          noexcept(std::swap(declval<key_equal>(), declval<key_equal>())))
swap              740 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 table_.swap(other.table_);
swap              741 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 std::swap(allocator_, other.allocator_);
swap              875 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              877 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         lhs.swap(rhs);
swap              883 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              885 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         lhs.swap(rhs);
swap              146 uspace/lib/cpp/include/__bits/adt/vector.hpp                 swap(tmp);
swap              174 uspace/lib/cpp/include/__bits/adt/vector.hpp                 swap(tmp);
swap              183 uspace/lib/cpp/include/__bits/adt/vector.hpp                 swap(tmp);
swap              191 uspace/lib/cpp/include/__bits/adt/vector.hpp                 swap(tmp);
swap              197 uspace/lib/cpp/include/__bits/adt/vector.hpp                 swap(tmp);
swap              492 uspace/lib/cpp/include/__bits/adt/vector.hpp                 std::swap(data_, other.data_);
swap              493 uspace/lib/cpp/include/__bits/adt/vector.hpp                 std::swap(size_, other.size_);
swap              494 uspace/lib/cpp/include/__bits/adt/vector.hpp                 std::swap(capacity_, other.capacity_);
swap              533 uspace/lib/cpp/include/__bits/adt/vector.hpp                     std::swap(data_, new_data);
swap              586 uspace/lib/cpp/include/__bits/adt/vector.hpp                     swap(tmp);
swap              654 uspace/lib/cpp/include/__bits/adt/vector.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              656 uspace/lib/cpp/include/__bits/adt/vector.hpp         lhs.swap(rhs);
swap              425 uspace/lib/cpp/include/__bits/algorithm.hpp             swap(*first1++, *first2++);
swap              433 uspace/lib/cpp/include/__bits/algorithm.hpp         swap(*iter1, *iter2);
swap              896 uspace/lib/cpp/include/__bits/algorithm.hpp                     swap(first[idx], first[left]);
swap              902 uspace/lib/cpp/include/__bits/algorithm.hpp                     swap(first[idx], first[right]);
swap              944 uspace/lib/cpp/include/__bits/algorithm.hpp             swap(first[idx], first[parent]);
swap              973 uspace/lib/cpp/include/__bits/algorithm.hpp         swap(first[0], first[count - 1]);
swap              182 uspace/lib/cpp/include/__bits/functional/function.hpp                 function{rhs}.swap(*this);
swap              252 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(callable_, other.callable_);
swap              253 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(callable_size_, other.callable_size_);
swap              254 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(call_, other.call_);
swap              255 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(copy_, other.copy_);
swap              256 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(dest_, other.dest_);
swap              262 uspace/lib/cpp/include/__bits/functional/function.hpp                 function{allocator_arg, a, forward<F>(f)}.swap(*this);
swap              371 uspace/lib/cpp/include/__bits/functional/function.hpp         f1.swap(f2);
swap               70 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(obuf_, other.obuf_);
swap               71 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(ibuf_, other.ibuf_);
swap               72 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(file_, other.file_);
swap               74 uspace/lib/cpp/include/__bits/io/fstream.hpp                 basic_streambuf<char_type, traits_type>::swap(other);
swap               92 uspace/lib/cpp/include/__bits/io/fstream.hpp                 swap(other);
swap               99 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(mode_, rhs.mode_);
swap              100 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(obuf_, rhs.obuf_);
swap              101 uspace/lib/cpp/include/__bits/io/fstream.hpp                 std::swap(ibuf_, rhs.ibuf_);
swap              103 uspace/lib/cpp/include/__bits/io/fstream.hpp                 basic_streambuf<char_type, traits_type>::swap(rhs);
swap              382 uspace/lib/cpp/include/__bits/io/fstream.hpp         lhs.swap(rhs);
swap              441 uspace/lib/cpp/include/__bits/io/fstream.hpp                 swap(other);
swap              446 uspace/lib/cpp/include/__bits/io/fstream.hpp                 basic_istream<char_type, traits_type>::swap(rhs);
swap              447 uspace/lib/cpp/include/__bits/io/fstream.hpp                 rdbuf_.swap(rhs.rdbuf_);
swap              491 uspace/lib/cpp/include/__bits/io/fstream.hpp         lhs.swap(rhs);
swap              550 uspace/lib/cpp/include/__bits/io/fstream.hpp                 swap(other);
swap              555 uspace/lib/cpp/include/__bits/io/fstream.hpp                 basic_ostream<char_type, traits_type>::swap(rhs);
swap              556 uspace/lib/cpp/include/__bits/io/fstream.hpp                 rdbuf_.swap(rhs.rdbuf_);
swap              600 uspace/lib/cpp/include/__bits/io/fstream.hpp         lhs.swap(rhs);
swap              661 uspace/lib/cpp/include/__bits/io/fstream.hpp                 swap(other);
swap              666 uspace/lib/cpp/include/__bits/io/fstream.hpp                 basic_iostream<char_type, traits_type>::swap(rhs);
swap              667 uspace/lib/cpp/include/__bits/io/fstream.hpp                 rdbuf_.swap(rhs.rdbuf_);
swap              713 uspace/lib/cpp/include/__bits/io/fstream.hpp         lhs.swap(rhs);
swap              510 uspace/lib/cpp/include/__bits/io/ios.hpp                 callbacks_.swap(rhs.callbacks_);
swap              528 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(tie_, rhs.tie_);
swap              529 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(exceptions_, rhs.exceptions_);
swap              530 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(flags_, rhs.flags_);
swap              531 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(width_, rhs.width_);
swap              532 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(precision_, rhs.precision_);
swap              533 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(fill_, rhs.fill_);
swap              534 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(locale_, rhs.locale_);
swap              535 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(rdstate_, rhs.rdstate_);
swap              536 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(callbacks_, rhs.callbacks_);
swap              537 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(iarray_);
swap              538 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(iarray_size_);
swap              539 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(parray_);
swap              540 uspace/lib/cpp/include/__bits/io/ios.hpp                 swap(parray_size_);
swap              775 uspace/lib/cpp/include/__bits/io/istream.hpp                 swap(rhs);
swap              782 uspace/lib/cpp/include/__bits/io/istream.hpp                 basic_ios<Char, Traits>::swap(rhs);
swap              783 uspace/lib/cpp/include/__bits/io/istream.hpp                 swap(gcount_, rhs.gcount_);
swap              949 uspace/lib/cpp/include/__bits/io/istream.hpp                 swap(other);
swap              954 uspace/lib/cpp/include/__bits/io/istream.hpp                 basic_istream<char_type, traits_type>::swap(other);
swap              495 uspace/lib/cpp/include/__bits/io/ostream.hpp                 swap(other);
swap              502 uspace/lib/cpp/include/__bits/io/ostream.hpp                 basic_ios<Char, Traits>::swap(rhs);
swap               77 uspace/lib/cpp/include/__bits/io/sstream.hpp                 basic_streambuf<char_type, traits_type>::swap(other);
swap               88 uspace/lib/cpp/include/__bits/io/sstream.hpp                 swap(other);
swap               93 uspace/lib/cpp/include/__bits/io/sstream.hpp                 std::swap(mode_, rhs.mode_);
swap               94 uspace/lib/cpp/include/__bits/io/sstream.hpp                 std::swap(str_, rhs.str_);
swap               96 uspace/lib/cpp/include/__bits/io/sstream.hpp                 basic_streambuf<char_type, traits_type>::swap(rhs);
swap              286 uspace/lib/cpp/include/__bits/io/sstream.hpp         lhs.swap(rhs);
swap              336 uspace/lib/cpp/include/__bits/io/sstream.hpp                 swap(other);
swap              341 uspace/lib/cpp/include/__bits/io/sstream.hpp                 basic_istream<char_type, traits_type>::swap(rhs);
swap              342 uspace/lib/cpp/include/__bits/io/sstream.hpp                 sb_.swap(rhs.sb_);
swap              372 uspace/lib/cpp/include/__bits/io/sstream.hpp         lhs.swap(rhs);
swap              418 uspace/lib/cpp/include/__bits/io/sstream.hpp                 swap(other);
swap              423 uspace/lib/cpp/include/__bits/io/sstream.hpp                 basic_ostream<char_type, traits_type>::swap(rhs);
swap              424 uspace/lib/cpp/include/__bits/io/sstream.hpp                 sb_.swap(rhs.sb_);
swap              497 uspace/lib/cpp/include/__bits/io/sstream.hpp                 swap(other);
swap              502 uspace/lib/cpp/include/__bits/io/sstream.hpp                 basic_iostream<char_type, traits_type>::swap(rhs);
swap              503 uspace/lib/cpp/include/__bits/io/sstream.hpp                 sb_.swap(rhs.sb_);
swap              217 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(input_begin_, rhs.input_begin_);
swap              218 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(input_next_, rhs.input_next_);
swap              219 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(input_end_, rhs.input_end_);
swap              221 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(output_begin_, rhs.output_begin_);
swap              222 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(output_next_, rhs.output_next_);
swap              223 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(output_end_, rhs.output_end_);
swap              225 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 swap(locale_, rhs.locale_);
swap              270 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
swap              278 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
swap              286 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
swap              297 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 std::swap(payload_, other.payload_);
swap              298 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 std::swap(data_, other.data_);
swap              303 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{}.swap(*this);
swap              309 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{ptr}.swap(*this);
swap              315 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{ptr, deleter}.swap(*this);
swap              321 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{ptr, deleter, alloc}.swap(*this);
swap              555 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp         lhs.swap(rhs);
swap              246 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 std::swap(ptr_, other.ptr_);
swap              247 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 std::swap(deleter_, other.deleter_);
swap              458 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 std::swap(ptr_, other.ptr_);
swap              459 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 std::swap(deleter_, other.deleter_);
swap              515 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp         lhs.swap(rhs);
swap              131 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{rhs}.swap(*this);
swap              139 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{rhs}.swap(*this);
swap              146 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{move(rhs)}.swap(*this);
swap              156 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{move(rhs)}.swap(*this);
swap              167 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 std::swap(payload_, other.payload_);
swap              172 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{}.swap(*this);
swap              230 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp         lhs.swap(rhs);
swap              581 uspace/lib/cpp/include/__bits/string/string.hpp                     swap(tmp);
swap              592 uspace/lib/cpp/include/__bits/string/string.hpp                     swap(other);
swap              887 uspace/lib/cpp/include/__bits/string/string.hpp                 swap(str);
swap             1098 uspace/lib/cpp/include/__bits/string/string.hpp                 swap(tmp);
swap             1163 uspace/lib/cpp/include/__bits/string/string.hpp                 std::swap(data_, other.data_);
swap             1164 uspace/lib/cpp/include/__bits/string/string.hpp                 std::swap(size_, other.size_);
swap             1165 uspace/lib/cpp/include/__bits/string/string.hpp                 std::swap(capacity_, other.capacity_);
swap             1547 uspace/lib/cpp/include/__bits/string/string.hpp                     std::swap(data_, new_data);
swap             1873 uspace/lib/cpp/include/__bits/string/string.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap             1875 uspace/lib/cpp/include/__bits/string/string.hpp         lhs.swap(rhs);
swap              398 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 std::swap(mtx_, other.mtx_);
swap              399 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 std::swap(owns_, other.owns_);
swap              438 uspace/lib/cpp/include/__bits/thread/mutex.hpp         lhs.swap(rhs);
swap              143 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 std::swap(func_, other.func_);
swap              144 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 std::swap(state_, other.state_);
swap              227 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp         lhs.swap(rhs);
swap               84 uspace/lib/cpp/include/__bits/thread/promise.hpp                     promise_base{move(rhs)}.swap(*this);
swap               93 uspace/lib/cpp/include/__bits/thread/promise.hpp                     std::swap(state_, other.state_);
swap              412 uspace/lib/cpp/include/__bits/thread/promise.hpp         lhs.swap(rhs);
swap              253 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 std::swap(mtx_, other.mtx_);
swap              254 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 std::swap(owns_, other.owns_);
swap              293 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp         lhs.swap(rhs);
swap              166 uspace/lib/cpp/include/__bits/thread/thread.hpp             void swap(thread& other) noexcept;
swap              206 uspace/lib/cpp/include/__bits/thread/thread.hpp     void swap(thread& x, thread& y) noexcept;
swap              233 uspace/lib/cpp/include/__bits/tuple/tuple.hpp             static constexpr bool value = noexcept(std::swap(declval<T&>(), declval<T&>()))
swap              240 uspace/lib/cpp/include/__bits/tuple/tuple.hpp             static constexpr bool value = noexcept(std::swap(declval<T&>(), declval<T&>()));
swap              431 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                 aux::tuple_ops<0, sizeof...(Ts) - 1>::swap(*this, other);
swap              514 uspace/lib/cpp/include/__bits/tuple/tuple.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              516 uspace/lib/cpp/include/__bits/tuple/tuple.hpp         lhs.swap(rhs);
swap               70 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             std::swap(get<I>(lhs), get<I>(rhs));
swap               72 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             tuple_ops<I + 1, N>::swap(lhs, rhs);
swap              107 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             std::swap(get<N>(lhs), get<N>(rhs));
swap               88 uspace/lib/cpp/include/__bits/utility/utility.hpp     void swap(T (&a)[N], T (&b)[N]) noexcept(noexcept(swap(*a, *b)))
swap              277 uspace/lib/cpp/include/__bits/utility/utility.hpp             noexcept(std::swap(first, other.first)) &&
swap              278 uspace/lib/cpp/include/__bits/utility/utility.hpp             noexcept(std::swap(second, other.second))
swap              281 uspace/lib/cpp/include/__bits/utility/utility.hpp             std::swap(first, other.first);
swap              282 uspace/lib/cpp/include/__bits/utility/utility.hpp             std::swap(second, other.second);
swap              335 uspace/lib/cpp/include/__bits/utility/utility.hpp         noexcept(noexcept(lhs.swap(rhs)))
swap              337 uspace/lib/cpp/include/__bits/utility/utility.hpp         lhs.swap(rhs);
swap               90 uspace/lib/cpp/src/__bits/test/array.cpp         arr2.swap(arr3);
swap              283 uspace/lib/cpp/src/__bits/test/deque.cpp         d2.swap(d3);
swap              103 uspace/lib/cpp/src/__bits/test/future.cpp         p2.swap(p1);
swap              104 uspace/lib/cpp/src/__bits/test/future.cpp         std::swap(s1, s2);
swap              152 uspace/lib/cpp/src/__bits/test/tuple.cpp         tpl1.swap(tpl5);
swap              147 uspace/lib/cpp/src/ios.cpp             swap(tmp, iarray_);
swap              179 uspace/lib/cpp/src/ios.cpp             swap(tmp, parray_);
swap               79 uspace/lib/cpp/src/thread.cpp         std::swap(id_, other.id_);
swap               80 uspace/lib/cpp/src/thread.cpp         std::swap(joinable_wrapper_, other.joinable_wrapper_);
swap              129 uspace/lib/cpp/src/thread.cpp         x.swap(y);
swap               71 uspace/lib/crypto/rc4.c 		swap(i, j, sbox);
swap              109 uspace/lib/crypto/rc4.c 		swap(i, j, sbox);
swap              117 uspace/lib/crypto/rc4.c 		swap(i, j, sbox);
HelenOS homepage, sources at GitHub