Home
last modified time | relevance | path

Searched refs:fnptr_conv_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcvt.c2029 fnptr_conv_p (tree to, tree from) in fnptr_conv_p() function
2062 || fnptr_conv_p (ft, ot)) in strip_fnptr_conv()
H A Dcall.c1314 else if (fnptr_conv_p (to, from)) in standard_conversion()
1344 || fnptr_conv_p (tstat, fstat)) in standard_conversion()
1359 if (fnptr_conv_p (tstat, fstat)) in standard_conversion()
1472 || fnptr_conv_p (t1, t2)) in reference_compatible_p()
H A Dclass.c7749 || fnptr_conv_p (target_fn_type, fntype)) in resolve_address_of_overloaded_function()
7831 || fnptr_conv_p (target_fn_type, fntype)) in resolve_address_of_overloaded_function()
7993 if (fnptr_conv_p (fntype, TREE_TYPE (rhs))) in instantiate_type()
H A Dtypeck.c647 if (fnptr_conv_p (t1, t2)) in composite_pointer_type()
649 if (fnptr_conv_p (t2, t1)) in composite_pointer_type()
H A Dcp-tree.h6226 extern bool fnptr_conv_p (tree, tree);
H A Dpt.c7082 if (fnptr_conv_p (type, TREE_TYPE (expr))) in convert_nontype_argument()