Searched defs:pointee (Results 1 – 10 of 10) sorted by relevance
93 NSRef<T> AcquireNSRef(T* pointee) { in AcquireNSRef()117 NSPRef<T> AcquireNSPRef(T pointee) { in AcquireNSPRef()
63 Ref<T> AcquireRef(T* pointee) { in AcquireRef()
40 CFRef<T> AcquireCFRef(T pointee) { in AcquireCFRef()
40 IORef<T> AcquireIORef(T pointee) { in AcquireIORef()
1044 let mut pointee = ty.pointee_type().unwrap(); in from_clang_ty() localVariable1059 let pointee = ty.pointee_type().expect("Not valid Type?"); in from_clang_ty() localVariable1119 let pointee = inner.pointee_type().unwrap(); in from_clang_ty() localVariable
503 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
515 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
227 Id Builder::makePointer(StorageClass storageClass, Id pointee) in makePointer()262 …uilder::makePointerFromForwardPointer(StorageClass storageClass, Id forwardPointerType, Id pointee) in makePointerFromForwardPointer()
1462 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE()