/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/X86/ |
H A D | asm_swap_intel.s | 4 .globl swap symbol 32 swap: # @swap label
|
/minix3/external/bsd/file/dist/src/ |
H A D | readelf.c | 83 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 D | dependent-noexcept-unevaluated.cpp | 14 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 D | member_swap.pass.cpp | 34 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 D | member_swap.pass.cpp | 34 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 D | member_swap.pass.cpp | 34 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 D | member_swap.pass.cpp | 34 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 D | member_swap.pass.cpp | 34 void swap(test_iostream& s) {base::swap(s);} in swap() function
|
/minix3/lib/libc/gdtoa/ |
H A D | strtoIg.c | 44 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 D | member_swap.pass.cpp | 34 void swap(test_ostream& s) {base::swap(s);} in swap() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/unique.ptr/ |
H A D | deleter.h | 127 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 D | test_deleter.h | 53 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 D | test_deleter.h | 61 swap(test_deleter<T>& x, test_deleter<T>& y) in swap() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Use.cpp | 17 void Use::swap(Use &RHS) { in swap() function in llvm::Use
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/ |
H A D | stack_allocator.h | 64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} in swap() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/ |
H A D | stack_allocator.h | 64 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 D | swap.pass.cpp | 48 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 D | swap.pass.cpp | 49 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 D | swap.pass.cpp | 48 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 D | swap.pass.cpp | 49 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 D | uninit-vals-ps-region.m | 83 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 D | swap.pass.cpp | 29 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 D | swap.pass.cpp | 29 void swap(test& t) in swap() function
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-function.cpp | 57 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 D | swap.pass.cpp | 34 void swap(std::ios& x) {std::ios::swap(x);} in swap() function
|