Home
last modified time | relevance | path

Searched refs:TYPE_PTRFN_P (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c511 if (pedantic && TYPE_PTRFN_P (t2)) in composite_pointer_type()
5214 else if ((TYPE_PTRFN_P (type) && TYPE_PTRFN_P (intype)) in build_reinterpret_cast_1()
5243 else if ((TYPE_PTRFN_P (type) && TYPE_PTROBV_P (intype)) in build_reinterpret_cast_1()
5244 || (TYPE_PTRFN_P (intype) && TYPE_PTROBV_P (type))) in build_reinterpret_cast_1()
H A Dclass.c2969 && !TYPE_PTRFN_P (type) in check_field_decls()
5776 if (TYPE_PTRFN_P (target_type)) in resolve_address_of_overloaded_function()
5994 if (TYPE_PTRFN_P (target_type) || TYPE_PTRMEMFUNC_P (target_type)) in resolve_address_of_overloaded_function()
H A Dcp-tree.h2572 #define TYPE_PTRFN_P(NODE) \ macro
H A Dcall.c603 if ((TYPE_PTRFN_P (to) || TYPE_PTRMEMFUNC_P (to)) in standard_conversion()
H A Ddecl.c5947 || (!TYPE_PTRFN_P (TREE_TYPE (object)) in bad_specifiers()
H A Dpt.c3771 else if (TYPE_PTRFN_P (type)) in convert_nontype_argument()
H A DChangeLog-2004809 (TYPE_PTR_P, TYPE_PTROB_P, TYPE_PTROBV_P, TYPE_PTRFN_P,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c523 if (pedantic && TYPE_PTRFN_P (t2))
4936 else if ((TYPE_PTRFN_P (type) && TYPE_PTRFN_P (intype))
4952 else if ((TYPE_PTRFN_P (type) && TYPE_PTROBV_P (intype))
4953 || (TYPE_PTRFN_P (intype) && TYPE_PTROBV_P (type)))
H A Dclass.c6088 if (TYPE_PTRFN_P (target_type))
6292 if (TYPE_PTRFN_P (target_type) || TYPE_PTRMEMFUNC_P (target_type))
H A Dcp-tree.h2640 #define TYPE_PTRFN_P(NODE) \ macro
H A Dcall.c756 if ((TYPE_PTRFN_P (to) || TYPE_PTRMEMFUNC_P (to))
H A Ddecl.c9624 || (!TYPE_PTRFN_P (TREE_TYPE (object))
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi400 @item TYPE_PTRFN_P
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi400 @item TYPE_PTRFN_P
H A Dgccint.info4239 `TYPE_PTRFN_P'
34138 * TYPE_PTRFN_P: Types. (line 93)