Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs133 fn all_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in all_template_params() method
159 .all_template_params(ctx) in used_template_params()
Dcomp.rs1797 for p in item.all_template_params(context) { in trace()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs125 let all_template_params = item.all_template_params(ctx); in derives_of_item() localVariable
131 !all_template_params.is_empty() in derives_of_item()
617 if !item.all_template_params(ctx).is_empty() { in codegen()
1973 let all_template_params = item.all_template_params(ctx); in codegen() localVariable
2034 if all_template_params.is_empty() { in codegen()
3593 let template_params = item.all_template_params(ctx); in try_to_rust_ty()
3800 if !item.all_template_params(ctx).is_empty() { in codegen()
/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs327 !item.all_template_params(self.ctx).is_empty()) in constrain_type()