Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcgraph.h208 return x_comdat_group; in get_comdat_group()
214 if (x_comdat_group && TREE_CODE (x_comdat_group) != IDENTIFIER_NODE) in get_comdat_group_id()
215 x_comdat_group = DECL_ASSEMBLER_NAME (x_comdat_group); in get_comdat_group_id()
216 return x_comdat_group; in get_comdat_group_id()
224 x_comdat_group = group; in set_comdat_group()
576 tree x_comdat_group; variable