HomeSort by: relevance | last modified time | path
    Searched defs:vec_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vec.h 219 struct vec_prefix struct
227 static unsigned calculate_allocation (vec_prefix *, unsigned, bool);
230 /* Note that vec_prefix should be a base class for vec, but we use
234 To compensate, we make vec_prefix a field inside vec and make
235 vec a friend class of vec_prefix so it can access its fields. */
253 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve,
309 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact);
398 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact);
413 size_t vec_offset = sizeof (vec_prefix);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
vec.h 191 struct vec_prefix struct
199 static unsigned calculate_allocation (vec_prefix *, unsigned, bool);
202 /* Note that vec_prefix should be a base class for vec, but we use
206 To compensate, we make vec_prefix a field inside vec and make
207 vec a friend class of vec_prefix so it can access its fields. */
225 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve,
281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact);
367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact);
382 size_t vec_offset = sizeof (vec_prefix);
    [all...]

Completed in 16 milliseconds