Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c3265 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
3288 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
3289 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c7986 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
8009 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
8010 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c4490 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local
4499 cleanup_decl, vec, NULL); in finish_decl()
4504 TREE_USED (cleanup_decl) = 1; in finish_decl()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c5181 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local
5190 vNULL, cleanup_decl, v, NULL); in finish_decl()
5195 TREE_USED (cleanup_decl) = 1; in finish_decl()