Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec.c129 vec_prefix::register_overhead (void *ptr, size_t elements, in register_overhead()
145 vec_prefix::release_overhead (void *ptr, size_t size, size_t elements, in release_overhead()
160 vec_prefix::calculate_allocation_1 (unsigned alloc, unsigned desired) in calculate_allocation_1()
H A Dvec.h191 struct vec_prefix struct
199 static unsigned calculate_allocation (vec_prefix *, unsigned, bool);
225 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve, in calculate_allocation() argument
281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
382 size_t vec_offset = sizeof (vec_prefix); in reserve()
625 vec_prefix m_vecpfx;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec.cc119 vec_prefix::register_overhead (void *ptr, size_t elements, in register_overhead()
135 vec_prefix::release_overhead (void *ptr, size_t size, size_t elements, in release_overhead()
150 vec_prefix::calculate_allocation_1 (unsigned alloc, unsigned desired) in calculate_allocation_1()
H A Dvec.h191 struct vec_prefix struct
199 static unsigned calculate_allocation (vec_prefix *, unsigned, bool);
225 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve, in calculate_allocation() argument
281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
382 size_t vec_offset = sizeof (vec_prefix); in reserve()
634 vec_prefix m_vecpfx;
H A DChangeLog-20122513 * vec.h (class vec_prefix): Change into struct.
2654 * vec.h (class vec_prefix): Make every field public.
3135 member function of vec_prefix.
3156 (vec_prefix): Add friends va_gc, va_gc_atomic, va_heap and va_stack.
12032 (struct vec_prefix): Rename field NUM to NUM_.
13947 (struct vec_prefix): Move earlier in the file.
14164 * vec.h (struct vec_prefix): Remove GTY marker.
H A DChangeLog-201446052 * vec.c (vec_prefix::calculate_allocation): Move as
46054 (vec_prefix::calculate_allocation_1): New out-of-line version.
46055 * vec.h (vec_prefix::calculate_allocation_1): Declare.
46056 (vec_prefix::m_has_auto_buf): Rename to ...
46057 (vec_prefix::m_using_auto_storage): ... this.
46058 (vec_prefix::calculate_allocation): Inline the easy cases
H A DChangeLog-201528294 * vec.c (vec_prefix::register_overhead): Likewise.
28295 (vec_prefix::release_overhead): Likewise.
31107 (vec_prefix::register_overhead): Use new memory descriptor API.
31108 (vec_prefix::release_overhead): Likewise.
31111 * vec.h (struct vec_prefix): Likewise.
H A DChangeLog-201310778 * vec.c (vec_prefix::calculate_allocation): Don't try to handle the
10782 vec_prefix::calculate_allocation returning zero because that should
16796 * vec.h (vec_prefix, vec): Prefix member names with "m_".
16797 * vec.c (vec_prefix::calculate_allocation): Update accordingly.
H A DChangeLog-20186165 (vec_prefix::register_overhead): New arguments: elements and
6167 (vec_prefix::release_overhead): Subtract elements.
6168 * vec.h (struct vec_prefix): Change signature.
H A DChangeLog-201124194 (struct vec_prefix): Remove.
24202 * vec.h (struct vec_prefix): New struct definition.
24203 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
H A DChangeLog14136 * vec.h (struct vec_prefix): Likewise.
H A DChangeLog-200422520 * vec.c (struct vec_prefix): Likewise.