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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c268 typedef struct variable_info *varinfo_t; typedef in typeref:struct:variable_info
270 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT);
275 DEF_VEC_P(varinfo_t); variable
277 DEF_VEC_ALLOC_P(varinfo_t, heap);
281 static VEC(varinfo_t,heap) *varmap;
285 static inline varinfo_t
288 return VEC_index (varinfo_t, varmap, n);
293 static inline varinfo_t
296 varinfo_t
[all...]

Completed in 59 milliseconds