Searched defs:PointerTy (Results 1 – 9 of 9) sorted by relevance
23 typedef void* PointerTy; typedef
2556 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()2581 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local2644 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
404 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
1512 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()2288 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
2272 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
6882 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local6949 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
8352 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
5891 QualType PointerTy) { in checkConditionalNullPointer()
508 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()