Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs413 need_bitfield_allocation: Vec<ItemId>, field
596 need_bitfield_allocation: Default::default(), in new()
719 self.need_bitfield_allocation.push(id); in add_item()
1015 let need_bitfield_allocation = in compute_bitfield_units() localVariable
1016 mem::take(&mut self.need_bitfield_allocation); in compute_bitfield_units()
1017 for id in need_bitfield_allocation { in compute_bitfield_units()