Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.c702 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); in finish_fname_decls() local
704 if (TREE_CODE (*bodyp) == BIND_EXPR) in finish_fname_decls()
705 bodyp = &BIND_EXPR_BODY (*bodyp); in finish_fname_decls()
707 append_to_statement_list_force (*bodyp, &stmts); in finish_fname_decls()
708 *bodyp = stmts; in finish_fname_decls()