Searched refs:UPtr (Results 1 – 8 of 8) sorted by relevance
330 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local331 size_t Slot = State.getNearestSlot(UPtr); in deallocate()333 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate()340 if (Meta->Addr != UPtr) { in deallocate()341 raiseInternallyDetectedError(UPtr, Error::INVALID_FREE); in deallocate()345 raiseInternallyDetectedError(UPtr, Error::DOUBLE_FREE); in deallocate()
355 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local356 Vals.append(UPtr, UPtr + NumElts); in readRecord()
1829 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()1952 case attr::UPtr: in printAttributedAfter()
4130 case attr::UPtr: in isMSTypeSpec()
7033 } else if (Attrs[attr::SPtr] && Attrs[attr::UPtr]) { in handleMSPointerTypeQualifierAttr()7059 else if (Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()7062 if (Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()
5833 TypeSourceInfo *UPtr = S.Context.CreateTypeSourceInfo( in EvaluateBooleanTypeTrait() local5835 return !CheckConvertibilityForTypeTraits(S, UPtr, TPtr, RParenLoc, in EvaluateBooleanTypeTrait()
1601 for (Use *UPtr : Uses) in createParallel()1602 UPtr->set(ReplacementValue); in createParallel()
4066 def UPtr : TypeAttr {