Searched refs:TYPE_PTRMEMFUNC_P (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/gcc/gcc/cp/
H A Dtype-utils.h48 if (TYPE_PTRMEMFUNC_P (t))
H A Dcp-objcp-common.c55 if (TYPE_PTRMEMFUNC_P (t)
57 && TYPE_PTRMEMFUNC_P (TREE_TYPE (t))))
H A Dcvt.c123 if (TYPE_PTRMEMFUNC_P (intype)
181 if (TYPE_PTRMEMFUNC_P (type))
192 || (TYPE_PTRMEMFUNC_P (type) && TYPE_PTRMEMFUNC_P (intype)))
195 else if (TYPE_PTRMEMFUNC_P (intype))
218 if (TYPE_PTRMEMFUNC_P (type))
1501 || TYPE_PTRMEMFUNC_P (TREE_TYPE (e)))
1502 && TYPE_PTRMEMFUNC_P (type))
H A Dptree.c123 if (TYPE_PTRMEMFUNC_P (node))
H A Dtypeck.c770 if (TYPE_PTRMEMFUNC_P (t1))
772 if (TYPE_PTRMEMFUNC_P (t2))
973 || (TYPE_PTRMEMFUNC_P (t1) && TYPE_PTRMEMFUNC_P (t2)));
1209 if (TYPE_PTRMEMFUNC_P (t1))
1211 if (TYPE_PTRMEMFUNC_P (t2))
2869 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
3244 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (function)))
3505 if (TYPE_PTRMEMFUNC_P (fntype))
4472 else if (TYPE_PTRMEMFUNC_P (type
[all...]
H A Ddump.c259 if (TYPE_PTRMEMFUNC_P (t))
H A Dcall.c312 (TYPE_PTRMEMFUNC_P) must be handled by our callers. There are
597 else if (TYPE_PTRMEMFUNC_P (type))
1129 if (TYPE_PTRFN_P (to) || TYPE_PTRMEMFUNC_P (to))
1323 else if (TYPE_PTRMEMFUNC_P (to) && TYPE_PTRMEMFUNC_P (from))
1360 || (TYPE_PTRMEMFUNC_P (from)
2475 && (TYPE_PTRMEMFUNC_P (type2)
2540 if ((TYPE_PTRMEMFUNC_P (type1) && TYPE_PTRMEMFUNC_P (type2))
2683 if ((TYPE_PTRMEMFUNC_P (type
[all...]
H A Dcxx-pretty-print.c1325 if (TYPE_PTRMEMFUNC_P (t))
1368 if (TYPE_PTRMEMFUNC_P (t))
1673 if (TYPE_PTRMEMFUNC_P (t))
H A Drtti.c866 if (TYPE_PTRMEMFUNC_P (type))
1293 if (TYPE_PTRMEMFUNC_P (type))
H A Derror.c430 if (TYPE_PTRMEMFUNC_P (t))
736 if (TYPE_PTRMEMFUNC_P (t))
848 if (TYPE_PTRMEMFUNC_P (t))
2352 if (TREE_TYPE (t) && TYPE_PTRMEMFUNC_P (TREE_TYPE (t)))
H A Dtree.c127 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (TREE_OPERAND (ref, 1))))
1254 if (TYPE_PTRMEMFUNC_P (t))
2204 if (TYPE_PTRMEMFUNC_P (t))
3794 if (TYPE_PTRMEMFUNC_P (*tp))
H A Dpt.c3278 if (TYPE_PTRMEMFUNC_P (t))
6238 else if (TYPE_PTRMEMFUNC_P (type))
8236 if (TYPE_PTRMEMFUNC_P (t))
8360 if (TREE_TYPE (t) && TYPE_PTRMEMFUNC_P (TREE_TYPE (t))
10565 if (TYPE_PTRMEMFUNC_P (t))
15694 if (type && TYPE_PTRMEMFUNC_P (type))
18636 if (TYPE_PTRMEMFUNC_P (parm))
18638 if (!TYPE_PTRMEMFUNC_P (arg))
18646 else if (TYPE_PTRMEMFUNC_P (arg))
18736 if (TYPE_PTRMEMFUNC_P (ar
[all...]
H A Dcp-tree.h3426 || TYPE_PTRMEMFUNC_P (TYPE) \
3672 #define TYPE_PTRMEMFUNC_P(NODE) \
3681 (TYPE_PTRDATAMEM_P (NODE) || TYPE_PTRMEMFUNC_P (NODE))
3693 pointer to member function. TYPE_PTRMEMFUNC_P _must_ be true,
3666 #define TYPE_PTRMEMFUNC_P macro
H A Dclass.c7561 else if (TYPE_PTRMEMFUNC_P (target_type))
7807 if (TYPE_PTRFN_P (target_type) || TYPE_PTRMEMFUNC_P (target_type))
7851 && TYPE_PTRMEMFUNC_P (fntype)
7852 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (rhs)))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c106 if (TYPE_PTRMEMFUNC_P (intype))
199 else if (TYPE_PTRMEMFUNC_P (type))
210 else if (TYPE_PTRMEMFUNC_P (type) && TYPE_PTRMEMFUNC_P (intype))
212 else if (TYPE_PTRMEMFUNC_P (intype))
227 if (TYPE_PTRMEMFUNC_P (type))
759 || TYPE_PTRMEMFUNC_P (type))
924 || TYPE_PTRMEMFUNC_P (TREE_TYPE (e)))
925 && TYPE_PTRMEMFUNC_P (type))
H A Dcall.c354 (TYPE_PTRMEMFUNC_P) must be handled by our callers. */
366 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (function)))
621 if ((TYPE_PTRFN_P (to) || TYPE_PTRMEMFUNC_P (to))
653 if ((tcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (to))
719 else if (TYPE_PTRMEMFUNC_P (to) && TYPE_PTRMEMFUNC_P (from))
742 || fcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (from)))
747 || (TYPE_PTRMEMFUNC_P (from) && ICS_STD_RANK (conv) < PBOOL_RANK))
1313 && (TYPE_PTRMEMFUNC_P (type2) || TYPE_PTRMEM_P (type2)))
1316 tree c2 = (TYPE_PTRMEMFUNC_P (type
[all...]
H A Dtypeck.c482 if (TYPE_PTRMEMFUNC_P (t1))
484 if (TYPE_PTRMEMFUNC_P (t2))
846 if (TYPE_PTRMEMFUNC_P (t1))
848 if (TYPE_PTRMEMFUNC_P (t2))
2398 else if (TYPE_PTRMEM_P (type) || TYPE_PTRMEMFUNC_P (type))
2632 || TYPE_PTRMEMFUNC_P (type));
2678 && ! TYPE_PTRMEMFUNC_P (TREE_TYPE (function))
2798 else if (TYPE_PTRMEMFUNC_P (fntype))
2817 && ! TYPE_PTRMEMFUNC_P (TREE_TYPE (decl)))
2843 if (TYPE_PTRMEMFUNC_P (TREE_TYP
[all...]
H A Derror.c201 if (TYPE_PTRMEMFUNC_P (t))
436 if (TYPE_PTRMEMFUNC_P (t))
546 if (TYPE_PTRMEMFUNC_P (t))
1631 if (TREE_TYPE (t) && TYPE_PTRMEMFUNC_P (TREE_TYPE (t)))
H A Dtypeck2.c805 || TYPE_PTRMEMFUNC_P (type)
1374 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (component)))
H A Dtree.c1276 && TYPE_PTRMEMFUNC_P (TREE_TYPE (TREE_OPERAND (t, 1))));
1689 if (TYPE_PTRMEMFUNC_P (t))
1980 if (TYPE_PTRMEMFUNC_P (t))
2707 || TYPE_PTRMEMFUNC_P (TREE_TYPE (f))
H A Dmethod.c885 my_friendly_assert (TYPE_PTRMEMFUNC_P (type), 0);
1117 if (TYPE_PTRMEMFUNC_P (type))
H A Drtti.c1181 else if (TYPE_PTRMEMFUNC_P (type))
H A Dpt.c2657 || TYPE_PTRMEMFUNC_P (expr_type))
2691 || TYPE_PTRMEMFUNC_P (expr_type))
2722 || TYPE_PTRMEMFUNC_P (expr_type)
2917 if (!TYPE_PTRMEMFUNC_P (type))
2931 if (!TYPE_PTRMEMFUNC_P (expr_type) &&
4211 if (TREE_TYPE (t) && TYPE_PTRMEMFUNC_P (TREE_TYPE (t)))
5344 if (TYPE_PTRMEMFUNC_P (t))
H A Dinit.c1932 && ! TYPE_PTRMEMFUNC_P (TREE_TYPE (member))
2024 else if (TYPE_PTRMEMFUNC_P (TREE_TYPE (member)))
H A Dclass.c5095 else if (TYPE_PTRMEMFUNC_P (target_type))
5266 if (TYPE_PTRFN_P (target_type) || TYPE_PTRMEMFUNC_P (target_type))
5363 if (r != error_mark_node && TYPE_PTRMEMFUNC_P (lhstype))

Completed in 806 milliseconds

12