Home
last modified time | relevance | path

Searched refs:cleanup_type (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c602 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()
H A Dcp-tree.h314 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c763 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()
H A Dcp-tree.h956 #define cleanup_type cp_global_trees[CPTI_CLEANUP_TYPE] macro