Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.c499 #define odr_types (*odr_types_ptr)
1997 odr_types[val->id] = 0;
2001 val->id = odr_types.length ();
2164 if (odr_types[i] && odr_types[i]->bases.length () == 0)
2165 dump_odr_type (f, odr_types[i]);
2169 if (!odr_types[i])
2173 if (!odr_types[i]->types || !odr_types[i]->types->length ())
2200 t = (*odr_types[i]->types)[j];
2232 if (odr_types[i])
2234 tree t = odr_types[i]->type;
[all …]
H A Dipa-devirt.cc512 #define odr_types (*odr_types_ptr) macro
2011 odr_types[val->id] = 0; in get_odr_type()
2015 val->id = odr_types.length (); in get_odr_type()
2180 if (odr_types[i] && odr_types[i]->bases.length () == 0) in dump_type_inheritance_graph()
2181 dump_odr_type (f, odr_types[i]); in dump_type_inheritance_graph()
2185 if (!odr_types[i]) in dump_type_inheritance_graph()
2189 if (!odr_types[i]->types || !odr_types[i]->types->length ()) in dump_type_inheritance_graph()
2216 t = (*odr_types[i]->types)[j]; in dump_type_inheritance_graph()
2248 if (odr_types[i]) in free_odr_warning_data()
2250 tree t = odr_types[i]->type; in free_odr_warning_data()
[all …]
H A DChangeLog8328 * lto-section-in.c: (lto_section_name): Add odr_types section.
8329 * lto-streamer.h (enum lto_section_type): Add odr_types section.
8330 * passes.def: Add odr_types pass.
H A DChangeLog-202020669 * lto-section-in.c: (lto_section_name): Add odr_types section.
20670 * lto-streamer.h (enum lto_section_type): Add odr_types section.
20671 * passes.def: Add odr_types pass.
H A DChangeLog-201432713 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c499 #define odr_types (*odr_types_ptr)
1997 odr_types[val->id] = 0;
2001 val->id = odr_types.length ();
2164 if (odr_types[i] && odr_types[i]->bases.length () == 0)
2165 dump_odr_type (f, odr_types[i]);
2169 if (!odr_types[i])
2173 if (!odr_types[i]->types || !odr_types[i]->types->length ())
2200 t = (*odr_types[i]->types)[j];
2232 if (odr_types[i])
2234 tree t = odr_types[i]->type;
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog631 (lto_read_decls): Do not allocate odr_types.