Home
last modified time | relevance | path

Searched refs:check_flexarrays (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c153 static void check_flexarrays (tree, flexmems_t * = NULL, bool = false);
6451 check_flexarrays (TREE_TYPE (fld)); in find_flexarrays()
6691 check_flexarrays (tree t, flexmems_t *fmem /* = NULL */, in check_flexarrays() function
6709 check_flexarrays (basetype, fmem, true); in check_flexarrays()
6727 check_flexarrays (BINFO_TYPE (base_binfo), fmem, /*base_p=*/true); in check_flexarrays()
6744 check_flexarrays (basetype, fmem, /*base_p=*/true); in check_flexarrays()
6834 check_flexarrays (t); in finish_struct_1()