Home
last modified time | relevance | path

Searched refs:PtrType (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libartbase/base/
H A Dmemory_tool.h80 template<typename PtrType>
81 static inline PtrType* HWASanUntag(PtrType* p) { in HWASanUntag()
83 return reinterpret_cast<PtrType*>(reinterpret_cast<uintptr_t>(p) & ((1ULL << 56) - 1)); in HWASanUntag()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1552 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); in VisitCallExpr() local
1554 if (!PtrType) { in VisitCallExpr()
1558 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); in VisitCallExpr()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant() local
667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()