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.rs1770 let codegen_depth = item.codegen_depth(ctx); in codegen() localVariable
2536 fn codegen_depth(&self) -> usize { in codegen_depth() method
/external/rust/crates/bindgen/src/ir/
Ditem.rs486 pub fn codegen_depth(&self, ctx: &BindgenContext) -> usize { in codegen_depth() method