Home
last modified time | relevance | path

Searched refs:build_ptrmem_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c455 result_type = build_ptrmem_type (TYPE_PTRMEM_CLASS_TYPE (t1), in composite_pointer_type_r()
574 t1 = build_ptrmem_type (class2, TYPE_PTRMEM_POINTED_TO_TYPE (t1)); in composite_pointer_type()
576 t2 = build_ptrmem_type (class1, TYPE_PTRMEM_POINTED_TO_TYPE (t2)); in composite_pointer_type()
662 t1 = build_ptrmem_type (TYPE_PTRMEM_CLASS_TYPE (t1), in merge_types()
4511 type = build_ptrmem_type (context_for_name_lookup (t), in build_unary_op()
5138 t1 = (build_ptrmem_type in build_static_cast_1()
5141 t2 = (build_ptrmem_type in build_static_cast_1()
H A DChangeLog-20021803 * call.c (standard_conversion): Use build_ptrmem_type.
1804 * cp-tree.h (build_ptrmem_type): New function.
1808 (build_ptrmem_type): New function.
H A Dcp-tree.h3967 extern tree build_ptrmem_type (tree, tree);
H A Ddecl.c7017 build_ptrmem_type (tree class_type, tree member_type) in build_ptrmem_type() function
8323 type = build_ptrmem_type (declarator->u.pointer.class_type, in grokdeclarator()
H A Dcall.c709 from = build_ptrmem_type (tbase, in standard_conversion()
H A DChangeLog-20031895 * decl.c (build_ptrmem_type): Likewise.
2730 * decl.c (build_ptrmem_type): Handle functions too.
H A Dpt.c7639 return cp_build_qualified_type_real (build_ptrmem_type (r, type), in tsubst()
H A DChangeLog-20042530 expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,