Searched refs:cleanup_id (Results 1 – 4 of 4) sorted by relevance
5588 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local5604 cleanup_id = TREE_VALUE (args); in handle_cleanup_attribute()5605 if (TREE_CODE (cleanup_id) != IDENTIFIER_NODE) in handle_cleanup_attribute()5611 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
3633 tree cleanup_id = TREE_VALUE (TREE_VALUE (attr)); in finish_decl() local3634 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl()
6125 tree cleanup_id, cleanup_decl; local6141 cleanup_id = TREE_VALUE (args);6142 if (TREE_CODE (cleanup_id) != IDENTIFIER_NODE)6148 cleanup_decl = lookup_name (cleanup_id);
3194 tree cleanup_id = TREE_VALUE (TREE_VALUE (attr)); local3195 tree cleanup_decl = lookup_name (cleanup_id);