Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4241 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
4264 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
4265 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc5307 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
5330 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
5331 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5524 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local
5533 vNULL, cleanup_decl, v, NULL); in finish_decl()
5538 TREE_USED (cleanup_decl) = 1; in finish_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5643 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local
5652 vNULL, cleanup_decl, v, NULL); in finish_decl()
5657 TREE_USED (cleanup_decl) = 1; in finish_decl()