Home
last modified time | relevance | path

Searched refs:build_ptrmemfunc (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c209 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, 0, in cp_convert_to_pointer()
1705 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), e, 1, in convert_force()
H A Dtypeck.c6449 val = build_ptrmemfunc (argtype, val, 0, in cp_build_addr_expr_1()
7350 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, in convert_ptrmem()
9017 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p, in build_ptrmemfunc() function
H A Dcp-tree.h7651 extern tree build_ptrmemfunc (tree, tree, int, bool,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc209 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, 0, in cp_convert_to_pointer()
1724 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), e, 1, in convert_force()
H A DChangeLog-1993503 * cp-typeck.c (build_ptrmemfunc): Add FORCE parameter to indicate
505 * cp-tree.h (build_ptrmemfunc): Likewise.
H A DChangeLog-20101933 (build_ptrmemfunc): Update prototype, add a tsubst_flags_t
1938 error_mark_node; update build_ptrmemfunc call.
1941 (cp_build_unary_op): Adjust build_ptrmemfunc call.
1943 and build_ptrmemfunc calls.
1944 * cp-tree.h: Update build_ptrmemfunc and convert_ptrmem prototypes.
2484 * typeck.c (build_ptrmemfunc): Likewise.
H A DChangeLog-1996325 (build_ptrmemfunc): Call get_delta_difference with no_error set;
1099 * typeck.c (build_ptrmemfunc): Just return what instantiate_type
1499 * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
1613 (build_ptrmemfunc): Change local var INDEX to be IDX.
1956 (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
H A DChangeLog-2012170 * typeck.c (build_ptrmemfunc): Likewise.
2192 build_static_cast_1, build_ptrmemfunc, convert_for_assignment):
2637 build_ptrmemfunc): Consistently forward the tsubst_flags_t
H A DChangeLog-2004997 (build_ptrmemfunc): Likewise.
1007 * cvt.c (cp_convert_to_pointer): Adjust call to build_ptrmemfunc.
1014 (build_ptrmemfunc): Likewise. Adjust calls to
1329 build_modify_expr, get_delta_difference, build_ptrmemfunc,
2596 build_ptrmemfunc, expand_ptrmemfunc_cst, check_return_expr
3083 * typeck.c (build_ptrmemfunc): Loosen assertion.
H A DChangeLog-2008506 (build_ptrmemfunc): Same.
981 * typeck.c (cp_build_unary_op): Still do build_ptrmemfunc in
2265 (build_ptrmemfunc): Fix calls for SFINAE.
H A DChangeLog-20001581 * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
1595 * typeck.c (build_ptrmemfunc): Save the input pmf.
1769 (build_ptrmemfunc): Likewise.
2529 (build_ptrmemfunc): Likewise.
5986 (build_ptrmemfunc): Adjust for the new ABI.
6765 build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
H A DChangeLog-20012022 build_ptrmemfunc, expand_ptrmemfunc_cst): Take
2059 (build_ptrmemfunc): Pass the extra field around.
2320 (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
H A DChangeLog-2013545 * cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before
549 * typeck.c (build_ptrmemfunc): Use cp_build_c_cast.
3012 build_ptrmemfunc): Likewise.
H A DChangeLog-1994127 (build_ptrmemfunc): Likewise.
944 * typeck.c (build_ptrmemfunc): Handle &overloaded_method as an
1965 * typeck.c (build_ptrmemfunc): Handle overloaded methods.
3999 * cvt.c (convert_force): Update call site of build_ptrmemfunc.
4012 * typeck.c (build_ptrmemfunc): Revamp to handle casting better, also
H A Dtypeck.cc6957 val = build_ptrmemfunc (argtype, val, 0, in cp_build_addr_expr_1()
7871 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, in convert_ptrmem()
9564 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p, in build_ptrmemfunc() function
H A DChangeLog454 * typeck.cc (build_ptrmemfunc): Drop 0-offset optimization
2567 * typeck.cc (build_ptrmemfunc): Cast a nullptr constant to the
H A DChangeLog-1995911 * typeck.c (build_ptrmemfunc): Handle casting of pointer to
1715 * typeck.c (build_ptrmemfunc): Fix misspellings in messages.
3669 (build_ptrmemfunc): Likewise.
H A DChangeLog-20062975 * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
3020 * typeck.c (build_ptrmemfunc): Likewise.
H A DChangeLog-19994743 (build_ptrmemfunc): Tidy. Clarify comment. Make sure that even a
4772 * typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to
5264 (build_ptrmemfunc): Likewise.
5960 (build_ptrmemfunc): Build PTRMEM_CSTs if we know what function
H A DChangeLog-20051311 * typeck.c (build_ptrmemfunc): Ditto.
2702 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
H A DChangeLog-20021941 (build_ptrmemfunc): Likewise.
3981 (build_ptrmemfunc): Likewise.
H A DChangeLog-19981021 (build_ptrmemfunc): Use type_unknown_p.
2409 (build_ptrmemfunc): Pass 1 to nptrs.
6201 * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
H A DChangeLog-20183217 build_ptrmemfunc.
3218 * typeck.c (build_ptrmemfunc): Don't build a NOP_EXPR for zero
H A DChangeLog-19972572 (build_ptrmemfunc): Delete unused vars U and NINDEX.
H A DChangeLog-20032526 (build_ptrmemfunc): Avoid unnecessary conversions.
5616 (build_ptrmemfunc): Tidy slightly.

12