Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs677 pub(crate) fn bit_width_expr(&self) -> Option<Cursor> { in bit_width_expr() method
705 if self.bit_width_expr()?.is_dependent_on_template_parameter() { in bit_width()