Searched refs:cleanup_decl (Results 1 – 4 of 4) sorted by relevance
5588 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local5611 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()5612 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
3634 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local3640 cleanup = build_function_call (cleanup_decl, cleanup); in finish_decl()3644 TREE_USED (cleanup_decl) = 1; in finish_decl()
6125 tree cleanup_id, cleanup_decl; local6148 cleanup_decl = lookup_name (cleanup_id);6149 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL)
3195 tree cleanup_decl = lookup_name (cleanup_id); local3201 cleanup = build_function_call (cleanup_decl, cleanup);