Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dtemplate.rs132 fn all_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in all_template_params() method
158 .all_template_params(ctx) in used_template_params()
Dcomp.rs1854 for p in item.all_template_params(context) { in trace()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs147 let all_template_params = item.all_template_params(ctx); in derives_of_item() localVariable
153 !all_template_params.is_empty() in derives_of_item()
654 if !item.all_template_params(ctx).is_empty() { in codegen()
2113 let all_template_params = item.all_template_params(ctx); in codegen() localVariable
2195 if all_template_params.is_empty() { in codegen()
3833 let template_params = item.all_template_params(ctx); in try_to_rust_ty()
4060 if !item.all_template_params(ctx).is_empty() { in codegen()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dderive.rs328 !item.all_template_params(self.ctx).is_empty()) in constrain_type()