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()
356 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local357 Vals.append(UPtr, UPtr + NumElts); in readRecord()
1432 TypeSourceInfo *UPtr = S.Context.CreateTypeSourceInfo( in EvaluateBooleanTypeTrait() local1434 return !CheckConvertibilityForTypeTraits(S, UPtr, TPtr, RParenLoc, in EvaluateBooleanTypeTrait()
7061 } else if (Attrs[attr::SPtr] && Attrs[attr::UPtr]) { in handleMSPointerTypeQualifierAttr()7087 else if (Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()7090 if (S.Context.getTargetInfo().getTriple().isOSzOS() || Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()
1886 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()2039 case attr::UPtr: in printAttributedAfter()
4321 case attr::UPtr: in isMSTypeSpec()
1723 for (Use *UPtr : Uses) in createParallel()1724 UPtr->set(ReplacementValue); in createParallel()
4407 def UPtr : TypeAttr {