Searched refs:check_default_argument (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2012 | 1114 * decl.c (check_default_argument): Set cp_unevaluated_operand 1351 * decl.c (check_default_argument): Call 2013 * decl.c (check_default_argument): Likewise. 2067 * decl.c (check_default_argument): Fix typo (POINTER_TYPE_P 2194 * decl.c (reshape_init_r, check_default_argument): Likewise. 2466 * decl.c (check_default_argument): With -Wzero-as-null-pointer-constant
|
| H A D | ChangeLog-2005 | 588 * decl.c (check_default_argument): Don't check 590 (grokparms): Only call check_default_argument when not processing 593 check_default_argument when not processing a template decl. 1310 * decl.c (reshape_init, check_default_argument): Ditto.
|
| H A D | ChangeLog-2013 | 1966 * decl.c (check_default_argument): Take a tsubst_flags_t parameter. 1973 * cp-tree.h (check_default_argument, tsubst_default_argument): 3965 * decl.c (check_default_argument): Likewise. 4284 * decl.c (check_default_argument): Use LOOKUP_IMPLICIT.
|
| H A D | ChangeLog-1999 | 528 (check_default_argument): Use local_variable_p_walkfn, not 953 (check_default_argument): Use walk_tree. 1656 (check_default_argument): Likewise. 3249 * decl.c (check_default_argument): Fix typo. 6615 (check_default_argument): Declare. 6622 (check_default_argument): Likewise, split out and tidied from ...
|
| H A D | ChangeLog-2018 | 160 instantiation to after the check_default_argument call. 4165 * decl.c (check_default_argument): Unshare an initializer list.
|
| H A D | decl.cc | 14687 check_default_argument (tree decl, tree arg, tsubst_flags_t complain) in check_default_argument() function 14950 init = check_default_argument (decl, init, tf_warning_or_error); in grokparms()
|
| H A D | ChangeLog-2019 | 2861 * decl.c (check_default_argument): Don't return nullptr when the arg 3341 (check_default_argument): Use DEFERRED_PARSE instead of DEFAULT_ARG.
|
| H A D | cp-tree.h | 6873 extern tree check_default_argument (tree, tree, tsubst_flags_t);
|
| H A D | ChangeLog-2007 | 1384 * decl.c (check_default_argument): Call
|
| H A D | ChangeLog-2015 | 3745 * decl.c (check_default_argument): Don't call
|
| H A D | ChangeLog-2002 | 1830 (check_default_argument): Likewise.
|
| H A D | ChangeLog-2004 | 1564 grokdeclarator, check_default_argument, grokparms,
|
| H A D | ChangeLog-2000 | 1378 * decl.c (check_default_argument): Use it.
|
| H A D | pt.cc | 13980 arg = check_default_argument (type, arg, complain); in tsubst_default_argument()
|
| H A D | parser.cc | 32278 parsed_arg = check_default_argument (parmtype, parsed_arg, in cp_parser_late_parse_one_default_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 13938 check_default_argument (tree decl, tree arg, tsubst_flags_t complain) in check_default_argument() function 14158 init = check_default_argument (decl, init, tf_warning_or_error); in grokparms()
|
| H A D | cp-tree.h | 6602 extern tree check_default_argument (tree, tree, tsubst_flags_t);
|
| H A D | pt.c | 13589 arg = check_default_argument (type, arg, complain); in tsubst_default_argument()
|
| H A D | parser.c | 30044 parsed_arg = check_default_argument (parmtype, parsed_arg, in cp_parser_late_parse_one_default_arg()
|