Home
last modified time | relevance | path

Searched refs:convert_arg_to_ellipsis (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20121031 * call.c (convert_arg_to_ellipsis): Use require_complete_type_sfinae.
1758 (convert_like_real, convert_arg_to_ellipsis, convert_for_arg_passing):
2058 convert_arg_to_ellipsis, perform_implicit_conversion_flags,
2183 convert_arg_to_ellipsis, convert_default_arg,
2205 convert_arg_to_ellipsis, convert_for_arg_passing):
2306 convert_like_real, convert_arg_to_ellipsis, build_over_call,
H A DChangeLog-201979 * call.c (convert_arg_to_ellipsis): For floating point or
83 * call.c (convert_arg_to_ellipsis): For decltype(nullptr) arguments
1411 * call.c (convert_arg_to_ellipsis): Add missing space in string
2457 * call.c (convert_arg_to_ellipsis): Don't call decay_conversion for
2991 convert_arg_to_ellipsis, convert_for_arg_passing, build_over_call,
3643 (convert_arg_to_ellipsis): Same.
3897 (convert_arg_to_ellipsis): Quote keywords, operators, and types
4677 * call.c (convert_arg_to_ellipsis): Wrap an option name
H A DChangeLog-20111995 * call.c (convert_arg_to_ellipsis): force_rvalue only in
2954 * call.c (convert_arg_to_ellipsis): Promote them here in old ABI.
3234 * call.c (convert_arg_to_ellipsis): Call force_rvalue.
4451 * call.c (convert_arg_to_ellipsis): Handle incomplete type.
H A DChangeLog-20091085 * call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
1775 * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
2138 * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
H A DChangeLog-20141520 (convert_arg_to_ellipsis): Likewise.
2128 * call.c (convert_arg_to_ellipsis): Use abi_version_crosses.
3298 * call.c (convert_arg_to_ellipsis): Return error_mark_node after
H A DChangeLog-2002481 convert_arg_to_ellipsis, build_x_va_arg, cxx_type_promotes_to,
1203 (convert_arg_to_ellipsis): Use it. Downgrade error to warning.
2025 (convert_arg_to_ellipsis): Promote non-POD warning to error.
H A DChangeLog-20041596 convert_like_real, convert_arg_to_ellipsis, build_x_va_arg,
2852 convert_arg_to_ellipsis, build_x_va_arg, build_over_call,
5051 (convert_arg_to_ellipsis): Change a non-POD argument to integer type.
6396 * call.c (convert_arg_to_ellipsis): Don't emit a warning if within
H A DChangeLog-20171262 * call.c (convert_arg_to_ellipsis): Use the result of force_rvalue.
1332 * call.c (convert_arg_to_ellipsis): Correct comment about passing
3238 (convert_arg_to_ellipsis): Likewise.
H A DChangeLog-20101590 (convert_arg_to_ellipsis): Likewise.
3158 (convert_arg_to_ellipsis): Likewise.
H A DChangeLog-2003412 (convert_arg_to_ellipsis): Pass it.
2517 (convert_arg_to_ellipsis): Use convert_to_real.
3397 (convert_arg_to_ellipsis): Likewise. Remove misleading comment.
H A DChangeLog-19992931 (convert_arg_to_ellipsis): Move non-pod check to after
3940 * call.c (convert_arg_to_ellipsis): Use pod_type_p.
6267 * call.c (convert_arg_to_ellipsis): Call require_complete_type.
H A Dcall.cc8486 convert_arg_to_ellipsis (tree arg, tsubst_flags_t complain) in convert_arg_to_ellipsis() function
9641 a = convert_arg_to_ellipsis (a, complain); in build_over_call()
H A Dcp-tree.h6630 extern tree convert_arg_to_ellipsis (tree, tsubst_flags_t);
H A DChangeLog-2015702 (convert_arg_to_ellipsis, convert_for_arg_passing): Don't fold.
H A DChangeLog-2013270 (convert_arg_to_ellipsis): Likewise.
H A Dtypeck.cc4477 val = convert_arg_to_ellipsis (val, complain); in convert_arguments()
H A DChangeLog-20212861 * call.c (convert_arg_to_ellipsis): For expressions with NULLPTR_TYPE
H A DChangeLog-20184249 * call.c (convert_arg_to_ellipsis): Instead of cp_build_addr_expr
H A DChangeLog-19983697 (convert_arg_to_ellipsis): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c7942 convert_arg_to_ellipsis (tree arg, tsubst_flags_t complain) in convert_arg_to_ellipsis() function
8927 a = convert_arg_to_ellipsis (a, complain); in build_over_call()
H A Dcp-tree.h6372 extern tree convert_arg_to_ellipsis (tree, tsubst_flags_t);
H A Dtypeck.c4215 val = convert_arg_to_ellipsis (val, complain); in convert_arguments()