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.cpp356 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
357 Vals.append(UPtr, UPtr + NumElts); in readRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1432 TypeSourceInfo *UPtr = S.Context.CreateTypeSourceInfo( in EvaluateBooleanTypeTrait() local
1434 return !CheckConvertibilityForTypeTraits(S, UPtr, TPtr, RParenLoc, in EvaluateBooleanTypeTrait()
H A DSemaType.cpp7061 } 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1886 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()
2039 case attr::UPtr: in printAttributedAfter()
H A DType.cpp4321 case attr::UPtr: in isMSTypeSpec()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1723 for (Use *UPtr : Uses) in createParallel()
1724 UPtr->set(ReplacementValue); in createParallel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4407 def UPtr : TypeAttr {