Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcomp.rs604 let mut bitfields_in_unit = vec![]; in bitfields_to_allocation_units() localVariable
633 mem::replace(&mut bitfields_in_unit, vec![]), in bitfields_to_allocation_units()
674 bitfields_in_unit.push(Bitfield::new(offset, bitfield)); in bitfields_to_allocation_units()
692 bitfields_in_unit, in bitfields_to_allocation_units()