Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp330 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
331 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()
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp355 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
356 Vals.append(UPtr, UPtr + NumElts); in readRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1829 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()
1952 case attr::UPtr: in printAttributedAfter()
H A DType.cpp4130 case attr::UPtr: in isMSTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7033 } 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()
H A DSemaExprCXX.cpp5833 TypeSourceInfo *UPtr = S.Context.CreateTypeSourceInfo( in EvaluateBooleanTypeTrait() local
5835 return !CheckConvertibilityForTypeTraits(S, UPtr, TPtr, RParenLoc, in EvaluateBooleanTypeTrait()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1601 for (Use *UPtr : Uses) in createParallel()
1602 UPtr->set(ReplacementValue); in createParallel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4066 def UPtr : TypeAttr {