Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c12041 tree saved_current_function_decl, mdecl; local
12049 saved_current_function_decl = current_function_decl;
12053 current_function_decl = saved_current_function_decl;
12066 tree saved_current_function_decl, mdecl; local
12109 saved_current_function_decl = current_function_decl;
12131 current_function_decl = saved_current_function_decl;
12201 tree saved_current_function_decl; local
12223 saved_current_function_decl = current_function_decl;
12227 current_function_decl = saved_current_function_decl;
12317 tree args, tmp, saved_current_function_decl, mdecl; local
[all …]
H A Dparse.y8476 tree saved_current_function_decl, mdecl; local
8484 saved_current_function_decl = current_function_decl;
8488 current_function_decl = saved_current_function_decl;
8501 tree saved_current_function_decl, mdecl; local
8544 saved_current_function_decl = current_function_decl;
8566 current_function_decl = saved_current_function_decl;
8636 tree saved_current_function_decl; local
8658 saved_current_function_decl = current_function_decl;
8662 current_function_decl = saved_current_function_decl;
8752 tree args, tmp, saved_current_function_decl, mdecl; local
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c11275 tree saved_current_function_decl = NULL_TREE; in cp_parser_init_declarator() local
11282 saved_current_function_decl = current_function_decl; in cp_parser_init_declarator()
11295 current_function_decl = saved_current_function_decl; in cp_parser_init_declarator()