Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c183 return convert_ptrmem (type, expr, /*allow_inverse_p=*/false, in cp_convert_to_pointer()
620 conv = convert_ptrmem (type, expr, true, false, in cp_fold_convert()
H A Dtypeck.c7314 convert_ptrmem (tree type, tree expr, bool allow_inverse_p, in convert_ptrmem() function
7645 return convert_ptrmem (type, expr, /*allow_inverse_p=*/1, in build_static_cast_1()
H A Dcp-tree.h7690 extern tree convert_ptrmem (tree, tree, bool, bool,
H A Dcall.c7917 return convert_ptrmem (totype, expr, /*allow_inverse_p=*/false, in convert_like_real_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc183 return convert_ptrmem (type, expr, /*allow_inverse_p=*/false, in cp_convert_to_pointer()
621 conv = convert_ptrmem (type, expr, true, false, in cp_fold_convert()
H A DChangeLog-20101926 * call.c (convert_like_real): Adjust convert_ptrmem call, pass
1936 (convert_ptrmem): Update prototype, add a tsubst_flags_t
1939 (build_static_cast_1): Adjust convert_ptrmem call.
1942 * cvt.c (cp_convert_to_pointer, convert_force): Adjust convert_ptrmem
1944 * cp-tree.h: Update build_ptrmemfunc and convert_ptrmem prototypes.
H A DChangeLog-20122008 cp_truthvalue_conversion, convert_ptrmem, build_static_cast_1,
2636 * typeck.c (build_array_ref, cp_build_addr_expr_1, convert_ptrmem,
H A DChangeLog-2008504 (convert_ptrmem): Pass location to cp_build_binary_op.
2252 (convert_ptrmem): Fix calls for SFINAE.
H A DChangeLog-20071159 convert_ptrmem for pointer to member conversions.
1162 * typeck.c (convert_ptrmem): Add conditional for null pointers to
H A DChangeLog-20183204 * cvt.c (cp_fold_convert): Use convert_ptrmem.
3205 * typeck.c (convert_ptrmem): Add a NOP even if no adjustment.
3224 * typeck.c (convert_ptrmem): Move local var decls to initialization.
H A Dtypeck.cc7835 convert_ptrmem (tree type, tree expr, bool allow_inverse_p, in convert_ptrmem() function
8180 return convert_ptrmem (type, expr, /*allow_inverse_p=*/1, in build_static_cast_1()
H A DChangeLog-2004998 (convert_ptrmem): New function.
1010 (convert_ptrmem): New function.
H A Dcp-tree.h8104 extern tree convert_ptrmem (tree, tree, bool, bool,
H A Dcall.cc8385 return convert_ptrmem (totype, expr, /*allow_inverse_p=*/false, in convert_like_internal()
H A DChangeLog-20173082 * typeck.c (convert_ptrmem): Only cplus_expand_constant if