Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-common.c5588 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
5604 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()
H A Dc-decl.c3633 tree cleanup_id = TREE_VALUE (TREE_VALUE (attr)); in finish_decl() local
3634 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.c6125 tree cleanup_id, cleanup_decl; local
6141 cleanup_id = TREE_VALUE (args);
6142 if (TREE_CODE (cleanup_id) != IDENTIFIER_NODE)
6148 cleanup_decl = lookup_name (cleanup_id);
H A Dc-decl.c3194 tree cleanup_id = TREE_VALUE (TREE_VALUE (attr)); local
3195 tree cleanup_decl = lookup_name (cleanup_id);