Home
last modified time | relevance | path

Searched refs:save_current_function_decl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c8102 static tree save_current_function_decl; variable
8107 save_current_function_decl = current_function_decl; in push_to_top_level()
8116 current_function_decl = save_current_function_decl; in pop_from_top_level()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c20028 tree save_current_function_decl = current_function_decl; in build_block_byref_decl() local
20035 current_function_decl = save_current_function_decl; in build_block_byref_decl()
20141 tree save_current_function_decl = current_function_decl; in build_block_ref_decl() local
20148 current_function_decl = save_current_function_decl; in build_block_ref_decl()