Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c4248 { any_zone, specific_zone }; enumerator
4265 bool third_arg = ((zone == specific_zone) in write_typed_alloc_def()
4273 (third_arg ? ", " : ""), (zone == specific_zone) ? "z" : ""); in write_typed_alloc_def()
4276 if (zone == specific_zone) in write_typed_alloc_def()
4341 write_typed_struct_alloc_def (f, s, "zone_", single, specific_zone); in write_typed_alloc_defns()
4343 specific_zone); in write_typed_alloc_defns()
4344 write_typed_struct_alloc_def (f, s, "zone_vec_", vector, specific_zone); in write_typed_alloc_defns()
4346 specific_zone); in write_typed_alloc_defns()
4367 write_typed_typedef_alloc_def (f, p, "zone_", single, specific_zone); in write_typed_alloc_defns()
4369 specific_zone); in write_typed_alloc_defns()
[all …]