Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs1046 let canonical_pointee = in from_clang_ty() localVariable
1050 if canonical_pointee.is_const() != pointee.is_const() { in from_clang_ty()
1051 pointee = canonical_pointee; in from_clang_ty()