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

/freebsd-9.3-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-9.3-release/contrib/gcc/cp/
H A Dparser.c11366 tree saved_current_function_decl = NULL_TREE;
11373 saved_current_function_decl = current_function_decl;
11386 current_function_decl = saved_current_function_decl;
11364 tree saved_current_function_decl = NULL_TREE; local

Completed in 319 milliseconds