Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.c5997 tree outer_decl = current_function_decl; in build_block_helper_name() local
5999 while (outer_decl && in build_block_helper_name()
6000 DECL_CONTEXT (outer_decl) && TREE_CODE (DECL_CONTEXT (outer_decl)) == FUNCTION_DECL) in build_block_helper_name()
6002 outer_decl = DECL_CONTEXT (outer_decl); in build_block_helper_name()
6005 unique_count = ++DECL_STRUCT_FUNCTION(outer_decl)->unqiue_block_number; in build_block_helper_name()
6007 buf = (char *)alloca (IDENTIFIER_LENGTH (DECL_NAME (outer_decl)) + 32); in build_block_helper_name()
6009 IDENTIFIER_POINTER (DECL_NAME (outer_decl)), unique_count); in build_block_helper_name()