Searched refs:outer_decl (Results 1 – 1 of 1) sorted by relevance
5997 tree outer_decl = current_function_decl; in build_block_helper_name() local5999 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()