Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDggc-tests.c134 struct GTY(()) test_of_union struct
145 static GTY(()) test_of_union *root_test_of_union_1; argument
146 static GTY(()) test_of_union *root_test_of_union_2;
153 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> (); in test_union()
158 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> (); in test_union()