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

/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c451 static tree type_main_variant PROTO((tree));
906 type_main_variant (type)
1527 type = type_main_variant (type);
1678 type = type_main_variant (type);
2443 register tree declared_type = type_main_variant (TREE_TYPE (decl));
2444 register tree passed_type = type_main_variant (DECL_ARG_TYPE (decl));
3159 /* We have to get the type_main_variant here (and pass that to the
3168 user_def_type_attribute (type_main_variant (type));
4305 type = type_main_variant (type);
4592 if (type != type_main_variant (typ
899 type_main_variant (type) function
[all...]
H A Ddwarf2out.c2469 static tree type_main_variant PROTO((tree));
2916 type_main_variant (type)
6356 return type_main_variant (root_type (TREE_TYPE (type)));
6359 return type_main_variant (type);
6485 /* We have to get the type_main_variant here (and pass that to the
6491 mod_type_die = lookup_type_die (type_main_variant (type));
7197 declared_type = type_main_variant (TREE_TYPE (decl));
7198 passed_type = type_main_variant (DECL_ARG_TYPE (decl));
9192 type = type_main_variant (type);
9338 if (type != type_main_variant (typ
2915 type_main_variant (type) function
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c3067 static tree type_main_variant (tree);
3627 type_main_variant (tree type)
10827 /* We have to get the type_main_variant here (and pass that to the
10834 return lookup_type_die (type_main_variant (type));
20316 type = type_main_variant (type);
3621 type_main_variant (tree type) function

Completed in 203 milliseconds