Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dlex.c661 cxx_make_type (enum tree_code code) in cxx_make_type() function
695 tree t = cxx_make_type (code); in make_class_type()
H A Dcp-objcp-common.h119 #define LANG_HOOKS_MAKE_TYPE cxx_make_type
H A Dpt.c3215 purpose = cxx_make_type (TYPE_PACK_EXPANSION); in make_pack_expansion()
3231 ? cxx_make_type (TYPE_PACK_EXPANSION) in make_pack_expansion()
3632 t = cxx_make_type (TEMPLATE_TEMPLATE_PARM); in process_template_parm()
3641 t = cxx_make_type (TEMPLATE_TYPE_PARM); in process_template_parm()
3743 t = cxx_make_type (TYPE_ARGUMENT_PACK); in template_parm_to_arg()
6423 argument_pack = cxx_make_type (TYPE_ARGUMENT_PACK); in coerce_template_parameter_pack()
7212 t = cxx_make_type (ENUMERAL_TYPE); in lookup_template_class_1()
8980 tree argtypepack = cxx_make_type (TYPE_ARGUMENT_PACK); in extract_fnparm_pack()
9391 ? cxx_make_type (TREE_CODE (orig_arg)) in tsubst_template_args()
11557 tree r = TYPE_P (t) ? cxx_make_type (code) : make_node (code); in tsubst()
[all …]
H A Dsemantics.c3377 type = cxx_make_type (TYPEOF_TYPE); in finish_typeof()
3407 underlying_type = cxx_make_type (UNDERLYING_TYPE); in finish_underlying_type()
3570 bases = cxx_make_type (BASES); in finish_bases()
5200 type = cxx_make_type (DECLTYPE_TYPE); in finish_decltype_type()
8823 type = cxx_make_type (DECLTYPE_TYPE); in lambda_capture_field_type()
9027 type = cxx_make_type (DECLTYPE_TYPE); in lambda_proxy_type()
H A Dtree.c765 t = cxx_make_type (ARRAY_TYPE); in build_cplus_array_type()
1922 t2 = cxx_make_type (BOUND_TEMPLATE_TEMPLATE_PARM); in bind_template_template_parm()
H A Ddecl.c3155 t = cxx_make_type (TYPENAME_TYPE); in build_typename_type()
3376 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE); in make_unbound_class_template()
12139 enumtype = cxx_make_type (ENUMERAL_TYPE); in start_enum()
H A Dcp-tree.h5246 extern tree cxx_make_type (enum tree_code);
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.h129 #define LANG_HOOKS_MAKE_TYPE cxx_make_type
H A Dlex.c855 cxx_make_type (enum tree_code code) in cxx_make_type() function
874 tree t = cxx_make_type (code); in make_class_type()
H A Dlambda.c225 type = cxx_make_type (DECLTYPE_TYPE); in lambda_capture_field_type()
380 type = cxx_make_type (DECLTYPE_TYPE); in lambda_proxy_type()
H A Dpt.c3977 purpose = cxx_make_type (TYPE_PACK_EXPANSION); in make_pack_expansion()
3994 ? cxx_make_type (TYPE_PACK_EXPANSION) in make_pack_expansion()
4414 t = cxx_make_type (TEMPLATE_TEMPLATE_PARM); in process_template_parm()
4423 t = cxx_make_type (TEMPLATE_TYPE_PARM); in process_template_parm()
4551 t = cxx_make_type (TYPE_ARGUMENT_PACK); in template_parm_to_arg()
8092 tree exp = cxx_make_type (TYPE_PACK_EXPANSION); in coerce_template_parameter_pack()
8185 argument_pack = cxx_make_type (TYPE_ARGUMENT_PACK); in coerce_template_parameter_pack()
9448 t = cxx_make_type (ENUMERAL_TYPE); in lookup_template_class_1()
12370 pack = cxx_make_type (TYPE_ARGUMENT_PACK); in make_argument_pack()
12446 ? cxx_make_type (TREE_CODE (orig_arg)) in tsubst_template_args()
[all …]
H A Dsemantics.c3836 type = cxx_make_type (TYPEOF_TYPE); in finish_typeof()
3866 underlying_type = cxx_make_type (UNDERLYING_TYPE); in finish_underlying_type()
4021 bases = cxx_make_type (BASES); in finish_bases()
8759 type = cxx_make_type (DECLTYPE_TYPE); in finish_decltype_type()
H A Dtree.c899 tree t = cxx_make_type (ARRAY_TYPE); in build_min_array_type()
2712 t2 = cxx_make_type (BOUND_TEMPLATE_TEMPLATE_PARM); in bind_template_template_parm()
H A Ddecl.c3760 t = cxx_make_type (TYPENAME_TYPE); in build_typename_type()
3992 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE); in make_unbound_class_template()
14294 enumtype = cxx_make_type (ENUMERAL_TYPE); in start_enum()
H A Dcp-tree.h6522 extern tree cxx_make_type (enum tree_code);