Searched refs:build_ptrmem_type (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 453 result_type = build_ptrmem_type (TYPE_PTRMEM_CLASS_TYPE (t1), in composite_pointer_type_r() 565 t1 = build_ptrmem_type (class2, TYPE_PTRMEM_POINTED_TO_TYPE (t1)); in composite_pointer_type() 567 t2 = build_ptrmem_type (class1, TYPE_PTRMEM_POINTED_TO_TYPE (t2)); in composite_pointer_type() 645 t1 = build_ptrmem_type (TYPE_PTRMEM_CLASS_TYPE (t1), in merge_types() 4378 type = build_ptrmem_type (context_for_name_lookup (t), in build_unary_op() 5005 t1 = (build_ptrmem_type in build_static_cast_1() 5008 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 | 3916 extern tree build_ptrmem_type (tree, tree);
|
H A D | decl.c | 6565 build_ptrmem_type (tree class_type, tree member_type) in build_ptrmem_type() function 7847 type = build_ptrmem_type (declarator->u.pointer.class_type, in grokdeclarator()
|
H A D | call.c | 707 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 | 7630 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,
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 230 t1 = build_ptrmem_type (b1, tgt); 4480 type = build_ptrmem_type (DECL_FIELD_CONTEXT (t), TREE_TYPE (t)); 4829 t1 = (build_ptrmem_type 4832 t2 = (build_ptrmem_type
|
H A D | cp-tree.h | 3809 extern tree build_ptrmem_type (tree, tree);
|
H A D | decl.c | 10125 build_ptrmem_type (tree class_type, tree member_type) in build_ptrmem_type() function 11729 type = build_ptrmem_type (ctype, type);
|
H A D | call.c | 855 from = build_ptrmem_type (tbase, TREE_TYPE (TREE_TYPE (from)));
|
H A D | ChangeLog | 3206 * call.c (standard_conversion): Use build_ptrmem_type. 3207 * cp-tree.h (build_ptrmem_type): New function. 3211 (build_ptrmem_type): New function.
|