Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-optimize.c373 tree saved_current_function_decl = current_function_decl; in tree_lowering_passes() local
385 current_function_decl = saved_current_function_decl; in tree_lowering_passes()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c15675 tree saved_current_function_decl = NULL_TREE; in cp_parser_init_declarator() local
15682 saved_current_function_decl = current_function_decl; in cp_parser_init_declarator()
15695 current_function_decl = saved_current_function_decl; in cp_parser_init_declarator()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c19707 tree saved_current_function_decl = NULL_TREE; in cp_parser_init_declarator() local
19714 saved_current_function_decl = current_function_decl; in cp_parser_init_declarator()
19727 current_function_decl = saved_current_function_decl; in cp_parser_init_declarator()