Searched refs:cleanup_type (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | region-allocator.c | 39 typedef struct cleanup cleanup_type; typedef 72 cleanup_type *cleanups; 115 result->cleanups = (cleanup_type *) allocator( in alloc_region_base() 116 result->maximum_cleanup_count * sizeof(cleanup_type)); in alloc_region_base() 216 cleanup_type *cleanups = (cleanup_type *) region->allocator( in region_add_cleanup() 217 2 * region->maximum_cleanup_count * sizeof(cleanup_type)); in region_add_cleanup() 222 region->cleanup_count * sizeof(cleanup_type)); in region_add_cleanup()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 667 if (!cleanup_type) in build_throw() 671 cleanup_type = build_pointer_type (tmp); in build_throw() 686 cleanup_type, NULL_TREE); in build_throw() 691 cleanup_type)) in build_throw() 705 cleanup_type, NULL_TREE); in build_throw() 710 cleanup_type)) in build_throw() 831 cleanup = build1 (ADDR_EXPR, cleanup_type, dtor_fn); in build_throw() 835 cleanup = build_int_cst (cleanup_type, 0); in build_throw()
|
H A D | cp-tree.h | 359 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 643 if (!cleanup_type) in build_throw() 647 cleanup_type = build_pointer_type (tmp); in build_throw() 652 tree args[3] = {ptr_type_node, ptr_type_node, cleanup_type}; in build_throw() 786 cleanup = build1 (ADDR_EXPR, cleanup_type, dtor_fn); in build_throw() 790 cleanup = build_int_cst (cleanup_type, 0); in build_throw()
|
H A D | ChangeLog-1999 | 1652 (cleanup_type): Likewise. 1658 * except.c (expand_throw): Don't make cleanup_type a local static.
|
H A D | cp-tree.h | 376 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro
|
H A D | ChangeLog-2004 | 2940 * except.c (build_throw): Allocate cleanup_type and the function
|