Searched refs:find_flexarrays (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 144 static void find_flexarrays (tree, flexmems_t *, bool = false, 7108 find_flexarrays (tree t, flexmems_t *fmem, bool base_p, in find_flexarrays() function 7190 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays() 7448 find_flexarrays (t, fmem, base_p || fam != fmem->array); in check_flexarrays()
|
H A D | ChangeLog-2018 | 1840 (find_flexarrays): Likewise. 2738 * class.c (update_vtable_entry_for_fn, find_flexarrays, 2940 check_bases_and_members, find_flexarrays, finish_struct, 5291 * class.c (find_flexarrays): Make a record of multiple flexible array
|
H A D | ChangeLog-2016 | 772 (find_flexarrays): Add arguments. Correct handling of anonymous 3991 * class.c (find_flexarrays): Don't declare dom variable. 4003 (find_flexarrays): Remove spurious whitespace introduced in r231665.
|
H A D | ChangeLog-2015 | 134 (field_nonempty_p, find_flexarrays, diagnose_flexarrays)
|
H A D | ChangeLog-2019 | 3764 * class.c (find_flexarrays): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 145 static void find_flexarrays (tree, flexmems_t *, bool = false, 6996 find_flexarrays (tree t, flexmems_t *fmem, bool base_p, in find_flexarrays() function 7078 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays() 7336 find_flexarrays (t, fmem, base_p || fam != fmem->array); in check_flexarrays()
|