Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs360 collected_typerefs: bool, field
559 collected_typerefs: false, in new()
863 pub fn collected_typerefs(&self) -> bool { in collected_typerefs() method
864 self.collected_typerefs in collected_typerefs()
871 debug_assert!(!self.collected_typerefs); in collect_typerefs()
872 self.collected_typerefs = true; in collect_typerefs()
954 assert!(self.collected_typerefs()); in compute_bitfield_units()
2694 assert!(ctx.collected_typerefs()); in resolve()
Dcomp.rs562 assert!(ctx.collected_typerefs()); in bitfields_to_allocation_units()
Ditem.rs1473 if ctx.collected_typerefs() { in from_ty_or_ref_with_id()