Searched refs:check_function_type (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2009 | 712 (check_function_type): Preserve attributes. 1123 (check_function_type): Check constexpr functions.
|
H A D | decl.cc | 88 static void check_function_type (tree, tree); 16930 check_function_type (tree decl, tree current_function_parms) in check_function_type() function 17135 check_function_type (decl1, DECL_ARGUMENTS (decl1)); in start_preparsed_function()
|
H A D | ChangeLog-2004 | 695 * decl.c (start_preparsed_function): Call check_function_type even 698 (check_function_type): Likewise. 1567 build_enumerator, check_function_type, start_preparsed_function,
|
H A D | ChangeLog-2012 | 2519 (check_function_type): Defer checking of deduced return type.
|
H A D | ChangeLog-2008 | 2445 grok_op_properties, xref_tag, check_function_type): Adjust.
|
H A D | ChangeLog-2000 | 1095 (check_function_type): Change prototype. 5255 check_function_type): Likewise.
|
H A D | ChangeLog-2005 | 751 * decl.c (check_function_type): Correctly overwrite incomplete
|
H A D | ChangeLog-2007 | 197 (check_function_type): Disallow function return values
|
H A D | ChangeLog-2010 | 869 (check_function_type): Not here.
|
H A D | ChangeLog-2016 | 1076 (check_function_type): Likewise.
|
H A D | ChangeLog-2018 | 2917 (check_function_type): Use cxx_copy_lang_qualifiers.
|
H A D | ChangeLog-2017 | 4230 * decl.c (require_complete_types_for_parms, check_function_type):
|
H A D | ChangeLog-2003 | 1897 (check_function_type): Likewise.
|
H A D | ChangeLog-1999 | 2402 * decl.c (check_function_type): New function, broken out from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 84 static void check_function_type (tree, tree); 16078 check_function_type (tree decl, tree current_function_parms) in check_function_type() function 16298 check_function_type (decl1, DECL_ARGUMENTS (decl1)); in start_preparsed_function()
|