Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-optimize.c364 tree saved_current_function_decl = current_function_decl; in tree_lowering_passes() local
373 current_function_decl = saved_current_function_decl; in tree_lowering_passes()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c11698 tree saved_current_function_decl = NULL_TREE; in cp_parser_init_declarator() local
11705 saved_current_function_decl = current_function_decl; in cp_parser_init_declarator()
11718 current_function_decl = saved_current_function_decl; in cp_parser_init_declarator()