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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-optimize.c364 tree saved_current_function_decl = current_function_decl; local
373 current_function_decl = saved_current_function_decl;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dparser.c11276 tree saved_current_function_decl = NULL_TREE;
11283 saved_current_function_decl = current_function_decl;
11296 current_function_decl = saved_current_function_decl;
11274 tree saved_current_function_decl = NULL_TREE; local

Completed in 133 milliseconds