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

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c707 lto_register_canonical_types (tree node, bool first_p) function
719 lto_register_canonical_types (TREE_TYPE (node), first_p);
2976 lto_register_canonical_types (integer_types[i], true);
2978 lto_register_canonical_types (sizetype_tab[i], true);
2980 lto_register_canonical_types (global_trees[i], true);
2982 lto_register_canonical_types (integer_types[i], false);
2984 lto_register_canonical_types (sizetype_tab[i], false);
2986 lto_register_canonical_types (global_trees[i], false);

Completed in 36 milliseconds