Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dcvt.c222 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, 0, in cp_convert_to_pointer()
247 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, 0, in cp_convert_to_pointer()
1051 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), e, 1, in convert_force()
DChangeLog-1993503 * cp-typeck.c (build_ptrmemfunc): Add FORCE parameter to indicate
505 * cp-tree.h (build_ptrmemfunc): Likewise.
Dtypeck.c4582 val = build_ptrmemfunc (argtype, val, 0, in build_unary_op()
4919 return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, in convert_ptrmem()
6226 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p) in build_ptrmemfunc() function
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.
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.
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
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
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
DChangeLog-1995911 * typeck.c (build_ptrmemfunc): Handle casting of pointer to
1715 * typeck.c (build_ptrmemfunc): Fix misspellings in messages.
3669 (build_ptrmemfunc): Likewise.
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
DChangeLog3064 * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
3109 * typeck.c (build_ptrmemfunc): Likewise.
4895 * typeck.c (build_ptrmemfunc): Ditto.
6286 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
Dcp-tree.h4541 extern tree build_ptrmemfunc (tree, tree, int, bool);
DChangeLog-20021941 (build_ptrmemfunc): Likewise.
3981 (build_ptrmemfunc): Likewise.
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
DChangeLog-19972572 (build_ptrmemfunc): Delete unused vars U and NINDEX.
DChangeLog-20032526 (build_ptrmemfunc): Avoid unnecessary conversions.
5616 (build_ptrmemfunc): Tidy slightly.