Home
last modified time | relevance | path

Searched defs:PointerTy (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h21 using PointerTy = void *; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1780 APInt Offset, Type *PointerTy, in getAdjustedPtr()
2666 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
3440 Type *PointerTy = IRB.getInt8PtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3336 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
3361 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
3434 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2923 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
H A DSemaOverload.cpp8085 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
8152 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
H A DSemaChecking.cpp15791 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
H A DSemaExpr.cpp8411 QualType PointerTy) { in checkConditionalNullPointer()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7399 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef