Searched refs:cp_convert_to_pointer (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cvt.c | 41 static tree cp_convert_to_pointer (tree, tree); 77 cp_convert_to_pointer (tree type, tree expr) in cp_convert_to_pointer() function 185 return cp_convert_to_pointer (type, in cp_convert_to_pointer() 297 return cp_convert_to_pointer (type, expr); in convert_to_pointer_force() 759 return fold_if_not_in_template (cp_convert_to_pointer (type, e)); in ocp_convert()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 74 cp_convert_to_pointer (tree type, tree expr, bool dofold, in cp_convert_to_pointer() function 189 return cp_convert_to_pointer (type, PTRMEM_CST_MEMBER (expr), in cp_convert_to_pointer() 306 return cp_convert_to_pointer (type, expr, /*fold*/false, complain); in convert_to_pointer_force() 838 return cp_convert_to_pointer (type, e, dofold, complain); in ocp_convert()
|