Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-tests.cc123 struct GTY(()) test_of_union struct
134 static GTY(()) test_of_union *root_test_of_union_1; argument
135 static GTY(()) test_of_union *root_test_of_union_2;
142 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> (); in test_union()
147 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> (); in test_union()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-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()