Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs403 need_bitfield_allocation: Vec<ItemId>, field
581 need_bitfield_allocation: Default::default(), in new()
693 self.need_bitfield_allocation.push(id); in add_item()
982 let need_bitfield_allocation = in compute_bitfield_units() localVariable
983 mem::take(&mut self.need_bitfield_allocation); in compute_bitfield_units()
984 for id in need_bitfield_allocation { in compute_bitfield_units()