Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c69 terminate_node = build_cp_library_fn_ptr ("terminate", tmp); in init_exception_processing()
70 TREE_THIS_VOLATILE (terminate_node) = 1; in init_exception_processing()
71 TREE_NOTHROW (terminate_node) = 1; in init_exception_processing()
102 return build_call (terminate_node, NULL_TREE); in cp_protect_cleanup_actions()
H A Dcp-gimplify.c474 build_call (terminate_node, NULL_TREE)); in gimplify_must_not_throw_expr()
H A Dcp-tree.h617 #define terminate_node cp_global_trees[CPTI_TERMINATE] macro
H A DChangeLog-19992721 (init_exception_processing): Use terminate_node instead.