Searched refs:cleanup_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c5775 tree cleanup_id, cleanup_decl;
5798 cleanup_decl = lookup_name (cleanup_id);
5799 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL)
5758 tree cleanup_id, cleanup_decl; local
H A Dc-decl.c3753 tree cleanup_decl = lookup_name (cleanup_id);
3759 cleanup = build_function_call (cleanup_decl, cleanup);
3763 TREE_USED (cleanup_decl) = 1;
3736 tree cleanup_decl = lookup_name (cleanup_id); local

Completed in 101 milliseconds