Searched refs:new_ (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_read_support.c | 49 test_success(constructor new_, enabler enable_, destructor free_) 51 struct archive *a = new_(); in test_success() 65 test_failure(constructor new_, enabler enable_, destructor free_) 67 struct archive *a = new_(); in test_failure() 50 test_success(constructor new_,enabler enable_,destructor free_) test_success() argument 66 test_failure(constructor new_,enabler enable_,destructor free_) test_failure() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrAtomics.td | 451 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 D | python.swig | 64 type *new_ ## name (int nitems) {
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 689 #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_)) 2409 void __sanitizer_syscall_pre_impl_symlink(long old, long new_); 2410 void __sanitizer_syscall_post_impl_symlink(long res, long old, long new_);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1299 PRE_SYSCALL(symlink)(const void *old, const void *new_) { 1302 if (new_) 1303 PRE_READ(new_, __sanitizer::internal_strlen((const char *)new_) + 1); 1306 POST_SYSCALL(symlink)(long res, const void *old, const void *new_) {}
|