Home
last modified time | relevance | path

Searched defs:TypePtr (Results 1 – 10 of 10) sorted by relevance

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest25-typedef-v0.c16 typedef struct PrivateType1* TypePtr; typedef
Dtest25-typedef-v1.c18 typedef struct PrivateType1* TypePtr; typedef
/third_party/rust/crates/syn/src/
Dty.rs595 impl Parse for TypePtr { implementation
1024 impl ToTokens for TypePtr { implementation
/third_party/rust/crates/syn/src/gen/
Ddebug.rs2782 impl Debug for TypePtr { implementation
2784 impl TypePtr { in fmt() implementation
Deq.rs1941 impl Eq for TypePtr {} implementation
1944 impl PartialEq for TypePtr { implementation
Dclone.rs1990 impl Clone for TypePtr { implementation
Dhash.rs2565 impl Hash for TypePtr { implementation
Dvisit_mut.rs838 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
Dfold.rs841 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
Dvisit.rs837 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()