Searched refs:alloc_fn (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | init.c | 1602 tree alloc_fn; in build_new_1() local 1701 alloc_fn = NULL_TREE; in build_new_1() 1715 &alloc_fn)) in build_new_1() 1720 else if (really_overloaded_fn (alloc_fn)) in build_new_1() 1725 alloc_fn = OVL_CURRENT (alloc_fn); in build_new_1() 1728 (alloc_fn, in build_new_1() 1770 &alloc_fn); in build_new_1() 1783 &alloc_fn); in build_new_1() 1790 gcc_assert (alloc_fn != NULL_TREE); in build_new_1() 1820 || varargs_function_p (alloc_fn)); in build_new_1() [all …]
|
| H A D | call.c | 4020 tree alloc_fn) in build_op_delete_call() argument 4058 gcc_assert (alloc_fn != NULL_TREE); in build_op_delete_call() 4059 argtypes = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); in build_op_delete_call() 4157 if (alloc_fn) in build_op_delete_call() 4161 alloc_fn); in build_op_delete_call()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | scatterlist.h | 234 gfp_t gfp_mask, sg_alloc_fn *alloc_fn) in __sg_alloc_table() argument 261 sg = alloc_fn(alloc_size, gfp_mask); in __sg_alloc_table()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5894 int align, void *(*alloc_fn)(uptr arg, uptr sz), 5897 COMMON_INTERCEPTOR_ENTER(ctx, _obstack_begin_1, obstack, sz, align, alloc_fn, 5899 int res = REAL(_obstack_begin_1)(obstack, sz, align, alloc_fn, free_fn); 5904 int align, void *(*alloc_fn)(uptr sz), void (*free_fn)(void *p)) { 5906 COMMON_INTERCEPTOR_ENTER(ctx, _obstack_begin, obstack, sz, align, alloc_fn, 5908 int res = REAL(_obstack_begin)(obstack, sz, align, alloc_fn, free_fn);
|