Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs1789 let codegen_depth = item.codegen_depth(ctx); in codegen() localVariable
2593 fn codegen_depth(&self) -> usize { in codegen_depth() method
/external/rust/crates/bindgen/src/ir/
Ditem.rs495 pub fn codegen_depth(&self, ctx: &BindgenContext) -> usize { in codegen_depth() method