Searched refs:cleanup_type (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dregion-allocator.c39 typedef struct cleanup cleanup_type; typedef in typeref:struct:cleanup
72 cleanup_type *cleanups;
115 result->cleanups = (cleanup_type *) allocator(
116 result->maximum_cleanup_count * sizeof(cleanup_type));
216 cleanup_type *cleanups = (cleanup_type *) region->allocator(
217 2 * region->maximum_cleanup_count * sizeof(cleanup_type));
222 region->cleanup_count * sizeof(cleanup_type));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c668 if (!cleanup_type)
672 cleanup_type = build_pointer_type (tmp);
687 cleanup_type, NULL_TREE);
692 cleanup_type))
706 cleanup_type, NULL_TREE);
711 cleanup_type))
832 cleanup = build1 (ADDR_EXPR, cleanup_type, dtor_fn);
836 cleanup = build_int_cst (cleanup_type, 0);
H A Dcp-tree.h360 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE]
359 #define cleanup_type macro
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc644 if (!cleanup_type)
648 cleanup_type = build_pointer_type (tmp);
653 tree args[3] = {ptr_type_node, ptr_type_node, cleanup_type};
787 cleanup = build1 (ADDR_EXPR, cleanup_type, dtor_fn);
791 cleanup = build_int_cst (cleanup_type, 0);
H A Dcp-tree.h377 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE]
376 #define cleanup_type macro

Completed in 147 milliseconds