Searched refs:saved_current_function_decl (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-optimize.c | 364 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 D | parse.c | 12041 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 D | parse.y | 8476 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 D | parser.c | 11275 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()
|