Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.c5588 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local
5611 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()
5612 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
Dc-decl.c3634 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local
3640 cleanup = build_function_call (cleanup_decl, cleanup); in finish_decl()
3644 TREE_USED (cleanup_decl) = 1; in finish_decl()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c6125 tree cleanup_id, cleanup_decl; local
6148 cleanup_decl = lookup_name (cleanup_id);
6149 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL)
Dc-decl.c3195 tree cleanup_decl = lookup_name (cleanup_id); local
3201 cleanup = build_function_call (cleanup_decl, cleanup);