Searched refs:cleanup_type (Results 1 – 4 of 4) sorted by relevance
602 if (!cleanup_type) in build_throw()606 cleanup_type = build_pointer_type (tmp); in build_throw()619 cleanup_type, NULL_TREE); in build_throw()748 cleanup = build1 (ADDR_EXPR, cleanup_type, dtor_fn); in build_throw()752 cleanup = build_int_cst (cleanup_type, 0); in build_throw()
314 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro
763 if (!cleanup_type) in build_throw()767 cleanup_type = build_pointer_type (tmp); in build_throw()777 cleanup_type, NULL_TREE); in build_throw()883 cleanup = build1 (ADDR_EXPR, cleanup_type, cleanup); in build_throw()886 cleanup = build_int_cst (cleanup_type, 0); in build_throw()
956 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro