Home
last modified time | relevance | path

Searched refs:TYPE_PTRMEM_P (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDtypeck.c785 || (TYPE_PTRMEM_P (t1) && TYPE_PTRMEM_P (t2)) in common_type()
3410 || (TYPE_PTRMEM_P (type0) && TYPE_PTRMEM_P (type1))) in build_binary_op()
3415 else if ((code0 == POINTER_TYPE || code0 == BLOCK_POINTER_TYPE || TYPE_PTRMEM_P (type0)) in build_binary_op()
3419 else if ((code1 == POINTER_TYPE || code1 == BLOCK_POINTER_TYPE || TYPE_PTRMEM_P (type1)) in build_binary_op()
4060 if (TYPE_PTRMEM_P (type)) in cp_truthvalue_conversion()
4902 if (TYPE_PTRMEM_P (type)) in convert_ptrmem()
5125 if ((TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (intype)) in build_static_cast_1()
5136 if (TYPE_PTRMEM_P (type)) in build_static_cast_1()
5374 else if ((TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (intype)) in build_reinterpret_cast_1()
5481 if (!POINTER_TYPE_P (dst_type) && !TYPE_PTRMEM_P (dst_type)) in build_const_cast_1()
[all …]
HDcall.c681 || (TYPE_PTRMEM_P (to) && TYPE_PTRMEM_P (from))) in standard_conversion()
691 && !TYPE_PTRMEM_P (from) in standard_conversion()
699 else if (TYPE_PTRMEM_P (from)) in standard_conversion()
821 || TYPE_PTRMEM_P (from) in standard_conversion()
1806 || (TYPE_PTRMEM_P (type1) && TYPE_PTRMEM_P (type2))) in add_builtin_candidate()
1952 || (TYPE_PTRMEM_P (type1) && TYPE_PTRMEM_P (type2)) in add_builtin_candidate()
2009 || (TYPE_PTRMEM_P (type1) && TYPE_PTRMEM_P (type2)) in add_builtin_candidate()
3549 || (TYPE_PTRMEM_P (arg2_type) && TYPE_PTRMEM_P (arg3_type)) in build_conditional_expr()
5907 else if ((TYPE_PTRMEM_P (from_type1) && TYPE_PTRMEM_P (from_type2) in compare_ics()
5908 && TYPE_PTRMEM_P (to_type1) && TYPE_PTRMEM_P (to_type2)) in compare_ics()
HDcvt.c177 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (intype)) in cp_convert_to_pointer()
250 if (TYPE_PTRMEM_P (type)) in cp_convert_to_pointer()
HDcp-tree.h2447 (TYPE_PTRMEM_P (TYPE) \
2559 #define TYPE_PTRMEM_P(NODE) \ macro
2618 (TYPE_PTRMEM_P (NODE) || TYPE_PTRMEMFUNC_P (NODE))
2656 (TYPE_PTRMEM_P (NODE) \
2662 (TYPE_PTRMEM_P (NODE) \
HDtypeck2.c1270 if (TYPE_PTRMEM_P (ptrmem_type)) in build_m_component_ref()
HDrtti.c749 if (TYPE_PTRMEM_P (type)) in target_incomplete_p()
HDcxx-pretty-print.c1397 if (TYPE_PTRMEM_P (t) || TYPE_PTRMEMFUNC_P (t)) in pp_cxx_abstract_declarator()
HDmangle.c1577 if (TYPE_PTRMEM_P (type)) in write_type()
HDtree.c1794 if (TYPE_PTRMEM_P (t)) in zero_init_p()
HDname-lookup.c4560 if (TYPE_PTRMEM_P (type)) in arg_assoc_type()
HDChangeLog-20032713 (TYPE_PTRMEM_P): Add comment.
2756 * typeck.c (target_type): Use TYPE_PTRMEM_P.
HDpt.c3844 else if (TYPE_PTRMEM_P (type)) in convert_nontype_argument()
HDChangeLog-19995945 build_type_conversion. Use TYPE_PTRMEM_P for readability.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi300 @findex TYPE_PTRMEM_P
393 @item TYPE_PTRMEM_P
479 is a pointer to data member type, then @code{TYPE_PTRMEM_P} will hold.