Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 77) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_swap_intel.s4 .globl swap symbol
32 swap: # @swap label
/minix3/external/bsd/file/dist/src/
H A Dreadelf.c83 getu16(int swap, uint16_t value) in getu16()
102 getu32(int swap, uint32_t value) in getu32()
123 getu64(int swap, uint64_t value) in getu64()
147 #define elf_getu16(swap, value) getu16(swap, value) argument
148 #define elf_getu32(swap, value) getu32(swap, value) argument
149 #define elf_getu64(swap, value) getu64(swap, value) argument
313 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
371 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
416 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
493 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddependent-noexcept-unevaluated.cpp14 void swap(T& x, T& y) noexcept(some_trait<T>::value) in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_iostream& s) {base::swap(s);} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_ostream& s) {base::swap(s);} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_istream& s) {base::swap(s);} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_istream& s) {base::swap(s);} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_iostream& s) {base::swap(s);} in swap() function
/minix3/lib/libc/gdtoa/
H A DstrtoIg.c44 int i, nb, nw, nw1, rv, rv1, swap; local
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp34 void swap(test_ostream& s) {base::swap(s);} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/unique.ptr/
H A Ddeleter.h127 swap(Deleter<T>& x, Deleter<T>& y) in swap() function
174 swap(CDeleter<T>& x, CDeleter<T>& y) in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtest_deleter.h53 swap(test_deleter<T>& x, test_deleter<T>& y) in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtest_deleter.h61 swap(test_deleter<T>& x, test_deleter<T>& y) in swap() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUse.cpp17 void Use::swap(Use &RHS) { in swap() function in llvm::Use
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/
H A Dstack_allocator.h64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/containers/
H A Dstack_allocator.h64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/optional/optional.specalg/
H A Dswap.pass.cpp48 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
61 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/optional/optional.object/optional.object.swap/
H A Dswap.pass.cpp49 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
62 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/optional/optional.specalg/
H A Dswap.pass.cpp48 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
61 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/optional/optional.object/optional.object.swap/
H A Dswap.pass.cpp49 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
62 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Duninit-vals-ps-region.m83 void swap(struct MyStr *To, struct MyStr *From) { function
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dswap.pass.cpp29 void swap(test& t) in swap() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dswap.pass.cpp29 void swap(test& t) in swap() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp57 void swap(function& other) { in swap() function in function
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dswap.pass.cpp34 void swap(std::ios& x) {std::ios::swap(x);} in swap() function

1234