Searched refs:check_flexarrays (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 146 static void check_flexarrays (tree, flexmems_t * = NULL, bool = false); 7138 check_flexarrays (TREE_TYPE (fld)); in find_flexarrays() 7382 check_flexarrays (tree t, flexmems_t *fmem /* = NULL */, in check_flexarrays() function 7400 check_flexarrays (basetype, fmem, true); in check_flexarrays() 7418 check_flexarrays (BINFO_TYPE (base_binfo), fmem, /*base_p=*/true); in check_flexarrays() 7435 check_flexarrays (basetype, fmem, /*base_p=*/true); in check_flexarrays() 7527 check_flexarrays (t); in finish_struct_1()
|
H A D | ChangeLog-2015 | 135 (check_flexarrays): New functions. 136 (finish_struct_1): Call check_flexarrays.
|
H A D | ChangeLog-2016 | 775 (check_flexarrays): Add argument. 4005 (check_flexarrays): Same.
|
H A D | ChangeLog-2020 | 5770 * class.c (check_flexarrays): Tighten up a test for potential members
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 147 static void check_flexarrays (tree, flexmems_t * = NULL, bool = false); 7026 check_flexarrays (TREE_TYPE (fld)); in find_flexarrays() 7270 check_flexarrays (tree t, flexmems_t *fmem /* = NULL */, in check_flexarrays() function 7288 check_flexarrays (basetype, fmem, true); in check_flexarrays() 7306 check_flexarrays (BINFO_TYPE (base_binfo), fmem, /*base_p=*/true); in check_flexarrays() 7323 check_flexarrays (basetype, fmem, /*base_p=*/true); in check_flexarrays() 7415 check_flexarrays (t); in finish_struct_1()
|