Searched refs:TYPE_PTRMEM_P (Results 1 – 14 of 14) sorted by relevance
785 || (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 …]
681 || (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()
177 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()
2447 (TYPE_PTRMEM_P (TYPE) \2559 #define TYPE_PTRMEM_P(NODE) \ macro2618 (TYPE_PTRMEM_P (NODE) || TYPE_PTRMEMFUNC_P (NODE))2656 (TYPE_PTRMEM_P (NODE) \2662 (TYPE_PTRMEM_P (NODE) \
1270 if (TYPE_PTRMEM_P (ptrmem_type)) in build_m_component_ref()
749 if (TYPE_PTRMEM_P (type)) in target_incomplete_p()
1397 if (TYPE_PTRMEM_P (t) || TYPE_PTRMEMFUNC_P (t)) in pp_cxx_abstract_declarator()
1577 if (TYPE_PTRMEM_P (type)) in write_type()
1794 if (TYPE_PTRMEM_P (t)) in zero_init_p()
4560 if (TYPE_PTRMEM_P (type)) in arg_assoc_type()
2713 (TYPE_PTRMEM_P): Add comment.2756 * typeck.c (target_type): Use TYPE_PTRMEM_P.
3844 else if (TYPE_PTRMEM_P (type)) in convert_nontype_argument()
5945 build_type_conversion. Use TYPE_PTRMEM_P for readability.
300 @findex TYPE_PTRMEM_P393 @item TYPE_PTRMEM_P479 is a pointer to data member type, then @code{TYPE_PTRMEM_P} will hold.