Searched refs:convert_ptrmem (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 183 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 D | typeck.c | 7314 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 D | cp-tree.h | 7690 extern tree convert_ptrmem (tree, tree, bool, bool,
|
| H A D | call.c | 7917 return convert_ptrmem (totype, expr, /*allow_inverse_p=*/false, in convert_like_real_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 183 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 D | ChangeLog-2010 | 1926 * 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 D | ChangeLog-2012 | 2008 cp_truthvalue_conversion, convert_ptrmem, build_static_cast_1, 2636 * typeck.c (build_array_ref, cp_build_addr_expr_1, convert_ptrmem,
|
| H A D | ChangeLog-2008 | 504 (convert_ptrmem): Pass location to cp_build_binary_op. 2252 (convert_ptrmem): Fix calls for SFINAE.
|
| H A D | ChangeLog-2007 | 1159 convert_ptrmem for pointer to member conversions. 1162 * typeck.c (convert_ptrmem): Add conditional for null pointers to
|
| H A D | ChangeLog-2018 | 3204 * 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 D | typeck.cc | 7835 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 D | ChangeLog-2004 | 998 (convert_ptrmem): New function. 1010 (convert_ptrmem): New function.
|
| H A D | cp-tree.h | 8104 extern tree convert_ptrmem (tree, tree, bool, bool,
|
| H A D | call.cc | 8385 return convert_ptrmem (totype, expr, /*allow_inverse_p=*/false, in convert_like_internal()
|
| H A D | ChangeLog-2017 | 3082 * typeck.c (convert_ptrmem): Only cplus_expand_constant if
|