Home
last modified time | relevance | path

Searched refs:build_ptrmemfunc_type (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtree.c540 return build_ptrmemfunc_type (t); in cp_build_qualified_type_real()
H A Dtypeck.c650 t1 = build_ptrmemfunc_type (t1); in merge_types()
4581 build_ptrmemfunc_type (argtype); in build_unary_op()
6236 to_type = build_ptrmemfunc_type (type); in build_ptrmemfunc()
H A DChangeLog-1993203 * cp-decl.c (init_decl_processing, build_ptrmemfunc_type): Use
H A Ddecl.c6952 build_ptrmemfunc_type (tree type) in build_ptrmemfunc_type() function
6972 = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type)); in build_ptrmemfunc_type()
7031 return build_ptrmemfunc_type (build_pointer_type (member_type)); in build_ptrmem_type()
8314 type = build_ptrmemfunc_type (build_pointer_type (type)); in grokdeclarator()
H A Dclass.c5857 fntype = build_ptrmemfunc_type (build_pointer_type (fntype)); in resolve_address_of_overloaded_function()
5923 build_ptrmemfunc_type (build_pointer_type (instantiation_type)); in resolve_address_of_overloaded_function()
H A Dpt.c7582 r = build_ptrmemfunc_type (r); in tsubst()
7634 memptr = build_ptrmemfunc_type (build_pointer_type (method_type)); in tsubst()
10177 arg = build_ptrmemfunc_type (build_pointer_type (arg)); in try_one_overload()
H A DChangeLog-1994942 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
2770 (It seeems redundant, given build_ptrmemfunc_type.)
4480 * decl.c (build_ptrmemfunc_type): No longer static, so that
4525 * decl.c (build_ptrmemfunc_type): Make sure that the pmf type
H A Dcp-tree.h3966 extern tree build_ptrmemfunc_type (tree);
H A DChangeLog-20032172 (build_ptrmemfunc_type): Likewise.
5225 * decl.c (build_ptrmemfunc_type): Revert change of 2003-03-09.
5331 * decl.c (build_ptrmemfunc_type): Do not allow default arguments
H A DChangeLog-2000574 * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
3746 (build_ptrmemfunc_type): Likewise.
5973 (build_ptrmemfunc_type): Build different structures for the new
H A DChangeLog-1999268 (build_ptrmemfunc_type, xref_tag): Likewise.
3324 (build_ptrmemfunc_type): Likewise.
3765 * decl.c (build_ptrmemfunc_type): Handle qualified
H A Dcall.c802 from = build_ptrmemfunc_type (build_pointer_type (from)); in standard_conversion()
H A DChangeLog-199895 (build_ptrmemfunc_type): Adjust documentation.
625 (build_ptrmemfunc_type): Use SET_IS_AGGR_TYPE.
H A DChangeLog-20012051 (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
H A DChangeLog-20021696 * decl.c (build_ptrmemfunc_type): Adjust.
H A DChangeLog-19951265 * decl.c (build_ptrmemfunc_type): The underlying union type isn't
H A DChangeLog-20043781 * decl.c (build_ptrmemfunc_type): Call xref_bastypes here.