Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-ssa-structalias.c268 typedef struct variable_info *varinfo_t; typedef
270 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT);
275 DEF_VEC_P(varinfo_t);
277 DEF_VEC_ALLOC_P(varinfo_t, heap);
281 static VEC(varinfo_t,heap) *varmap; in VEC() argument
285 static inline varinfo_t
288 return VEC_index (varinfo_t, varmap, n);
293 static inline varinfo_t
296 varinfo_t v = VEC_index (varinfo_t, varmap, n); in get_varinfo_fc()
304 static varinfo_t var_anything;
[all …]