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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4018 static tree type_main_variant (tree);
4390 type_main_variant (tree type)
8315 return type_main_variant (root_type (TREE_TYPE (type)));
8318 return type_main_variant (type);
8557 /* We have to get the type_main_variant here (and pass that to the
8564 return lookup_type_die (type_main_variant (type));
12713 type = type_main_variant (type);
12860 gcc_assert (type == type_main_variant (type));
4385 type_main_variant (tree type) function

Completed in 77 milliseconds