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

/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.h100 tree (*make_type) (enum tree_code); member in struct:lang_hooks_for_types
H A Dcoverage.c613 tree type = lang_hooks.types.make_type (RECORD_TYPE);
687 tree type = lang_hooks.types.make_type (RECORD_TYPE);
801 type = lang_hooks.types.make_type (RECORD_TYPE);
H A Domp-low.c899 type = lang_hooks.types.make_type (RECORD_TYPE);
1172 ctx->record_type = lang_hooks.types.make_type (RECORD_TYPE);
1237 ctx->record_type = lang_hooks.types.make_type (RECORD_TYPE);
H A Dexcept.c364 sjlj_fc_type_node = lang_hooks.types.make_type (RECORD_TYPE);
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c690 make_type(const char *s) function
720 t = make_type(vname);
878 t = make_type(str);
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c7863 record = lang_hooks.types.make_type (RECORD_TYPE);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c4181 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c4414 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5811 record = (*lang_hooks.types.make_type) (RECORD_TYPE);

Completed in 229 milliseconds