Searched refs:vui_vec (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c2086 static struct variable_union_info *vui_vec; variable in typeref:struct:variable_union_info
2311 vui_vec = XRESIZEVEC (struct variable_union_info, vui_vec,
2314 vui = vui_vec;
8521 if (vui_vec)
8522 XDELETEVEC (vui_vec);
8523 vui_vec = NULL;

Completed in 59 milliseconds