Searched refs:build_ptrmem_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 455 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 D | ChangeLog-2002 | 1803 * 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 D | cp-tree.h | 3967 extern tree build_ptrmem_type (tree, tree);
|
| H A D | decl.c | 7017 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 D | call.c | 709 from = build_ptrmem_type (tbase, in standard_conversion()
|
| H A D | ChangeLog-2003 | 1895 * decl.c (build_ptrmem_type): Likewise. 2730 * decl.c (build_ptrmem_type): Handle functions too.
|
| H A D | pt.c | 7639 return cp_build_qualified_type_real (build_ptrmem_type (r, type), in tsubst()
|
| H A D | ChangeLog-2004 | 2530 expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,
|