Home
last modified time | relevance | path

Searched defs:repr_align (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
Dstruct_layout.rs331 let repr_align = self.ctx.options().rust_features().repr_align; in pad_struct() localVariable
364 let repr_align = self.ctx.options().rust_features().repr_align; in requires_explicit_align() localVariable