Searched refs:convert_arg_to_ellipsis (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2012 | 1031 * 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 D | ChangeLog-2019 | 79 * 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 D | ChangeLog-2011 | 1995 * 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 D | ChangeLog-2009 | 1085 * 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 D | ChangeLog-2014 | 1520 (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 D | ChangeLog-2002 | 481 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 D | ChangeLog-2004 | 1596 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 D | ChangeLog-2017 | 1262 * 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 D | ChangeLog-2010 | 1590 (convert_arg_to_ellipsis): Likewise. 3158 (convert_arg_to_ellipsis): Likewise.
|
H A D | ChangeLog-2003 | 412 (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 D | ChangeLog-1999 | 2931 (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 D | call.cc | 8486 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 D | cp-tree.h | 6630 extern tree convert_arg_to_ellipsis (tree, tsubst_flags_t);
|
H A D | ChangeLog-2015 | 702 (convert_arg_to_ellipsis, convert_for_arg_passing): Don't fold.
|
H A D | ChangeLog-2013 | 270 (convert_arg_to_ellipsis): Likewise.
|
H A D | typeck.cc | 4477 val = convert_arg_to_ellipsis (val, complain); in convert_arguments()
|
H A D | ChangeLog-2021 | 2861 * call.c (convert_arg_to_ellipsis): For expressions with NULLPTR_TYPE
|
H A D | ChangeLog-2018 | 4249 * call.c (convert_arg_to_ellipsis): Instead of cp_build_addr_expr
|
H A D | ChangeLog-1998 | 3697 (convert_arg_to_ellipsis): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 7942 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 D | cp-tree.h | 6372 extern tree convert_arg_to_ellipsis (tree, tsubst_flags_t);
|
H A D | typeck.c | 4215 val = convert_arg_to_ellipsis (val, complain); in convert_arguments()
|