Home
last modified time | relevance | path

Searched refs:new_ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_support.c49 test_success(constructor new_, enabler enable_, destructor free_) in test_success() argument
51 struct archive *a = new_(); in test_success()
65 test_failure(constructor new_, enabler enable_, destructor free_) in test_failure() argument
67 struct archive *a = new_(); in test_failure()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td451 rc:$new_),
453 !strconcat(name, "\t$dst, ${off}(${addr})${p2align}, $exp, $new_"),
458 rc:$new_),
460 !strconcat(name, "\t$dst, ${off}(${addr})${p2align}, $exp, $new_"),
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig64 type *new_ ## name (int nitems) {
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h689 #define __sanitizer_syscall_pre_symlink(old, new_) \ argument
690 __sanitizer_syscall_pre_impl_symlink((long)(old), (long)(new_))
691 #define __sanitizer_syscall_post_symlink(res, old, new_) \ argument
692 __sanitizer_syscall_post_impl_symlink(res, (long)(old), (long)(new_))
2402 void __sanitizer_syscall_pre_impl_symlink(long old, long new_);
2403 void __sanitizer_syscall_post_impl_symlink(long res, long old, long new_);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1285 PRE_SYSCALL(symlink)(const void *old, const void *new_) {
1288 if (new_)
1289 PRE_READ(new_, __sanitizer::internal_strlen((const char *)new_) + 1);
1292 POST_SYSCALL(symlink)(long res, const void *old, const void *new_) {}