Home
last modified time | relevance | path

Searched refs:cxx_make_type (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/cp/
HDcp-objcp-common.h135 #define LANG_HOOKS_MAKE_TYPE cxx_make_type
HDlex.c790 cxx_make_type (enum tree_code code) in cxx_make_type() function
823 tree t = cxx_make_type (code); in make_aggr_type()
HDChangeLog-20041866 * lex.c (cxx_make_type): Don't clear TYPE_ALIAS_SET.
2192 * lex.c (cxx_make_type): Likewise.
3272 * lex.c (cxx_make_type): Use GGC_CNEW.
3639 * lex.c (cxx_make_type): Remove call to get_pointer_type.
3785 * lex.c (cxx_make_type): Do not allocate binfo here.
4247 * lex.c (cxx_make_type): Only create a binfo for aggregate types.
HDcp-tree.h4127 extern tree cxx_make_type (enum tree_code);
HDChangeLog860 * lex.c (cxx_make_type): Likewise.