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

/freebsd-12-stable/contrib/gcc/
H A Dc-common.c6014 tree outer_decl = current_function_decl;
6016 while (outer_decl &&
6017 DECL_CONTEXT (outer_decl) && TREE_CODE (DECL_CONTEXT (outer_decl)) == FUNCTION_DECL)
6019 outer_decl = DECL_CONTEXT (outer_decl);
6022 unique_count = ++DECL_STRUCT_FUNCTION(outer_decl)->unqiue_block_number;
6024 buf = (char *)alloca (IDENTIFIER_LENGTH (DECL_NAME (outer_decl)) + 32);
6026 IDENTIFIER_POINTER (DECL_NAME (outer_decl)), unique_count);
5997 tree outer_decl = current_function_decl; local

Completed in 91 milliseconds