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

/haiku-buildtools/gcc/gcc/cp/
H A Dcp-objcp-common.h116 #define LANG_HOOKS_MAKE_TYPE cxx_make_type
H A Dlex.c684 cxx_make_type (enum tree_code code)
721 tree t = cxx_make_type (code);
680 cxx_make_type (enum tree_code code) function
H A Dlambda.c239 type = cxx_make_type (DECLTYPE_TYPE);
354 type = cxx_make_type (DECLTYPE_TYPE);
H A Dpt.c3411 purpose = cxx_make_type (TYPE_PACK_EXPANSION);
3427 ? cxx_make_type (TYPE_PACK_EXPANSION)
3820 t = cxx_make_type (TEMPLATE_TEMPLATE_PARM);
3829 t = cxx_make_type (TEMPLATE_TYPE_PARM);
3931 t = cxx_make_type (TYPE_ARGUMENT_PACK);
6877 tree exp = cxx_make_type (TYPE_PACK_EXPANSION);
6959 argument_pack = cxx_make_type (TYPE_ARGUMENT_PACK);
7959 t = cxx_make_type (ENUMERAL_TYPE);
9832 tree argtypepack = cxx_make_type (TYPE_ARGUMENT_PACK);
10389 ? cxx_make_type (TREE_COD
[all...]
H A Dsemantics.c3678 type = cxx_make_type (TYPEOF_TYPE);
3708 underlying_type = cxx_make_type (UNDERLYING_TYPE);
3872 bases = cxx_make_type (BASES);
7245 type = cxx_make_type (DECLTYPE_TYPE);
H A Dtree.c788 tree t = cxx_make_type (ARRAY_TYPE);
2109 t2 = cxx_make_type (BOUND_TEMPLATE_TEMPLATE_PARM);
H A Ddecl.c3464 t = cxx_make_type (TYPENAME_TYPE);
3691 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
12862 enumtype = cxx_make_type (ENUMERAL_TYPE);
H A Dcp-tree.h5634 extern tree cxx_make_type (enum tree_code);

Completed in 338 milliseconds