Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/mips/
HDmips.c5962 tree name_tree; in mips_file_end() local
5971 name_tree = get_identifier (p->name); in mips_file_end()
5974 if (!TREE_ASM_WRITTEN (name_tree) in mips_file_end()
5975 && TREE_SYMBOL_REFERENCED (name_tree)) in mips_file_end()
5977 TREE_ASM_WRITTEN (name_tree) = 1; in mips_file_end()
6073 tree name_tree = get_identifier (name); in mips_declare_object() local
6074 TREE_ASM_WRITTEN (name_tree) = 1; in mips_declare_object()