Searched defs:PointerTy (Results 1 – 9 of 9) sorted by relevance
23 typedef void* PointerTy; typedef
2365 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()2390 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local2450 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
346 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
1726 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()2492 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
2231 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
6790 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local6857 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
7734 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
5698 QualType PointerTy) { in checkConditionalNullPointer()
492 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()