Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h23 typedef void* PointerTy; typedef
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2365 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
2390 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
2450 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
DCodeGenFunction.cpp346 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1726 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2492 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/clang/lib/Sema/
DSemaStmt.cpp2231 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
DSemaOverload.cpp6790 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6857 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
DSemaChecking.cpp7734 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
DSemaExpr.cpp5698 QualType PointerTy) { in checkConditionalNullPointer()
/external/llvm/lib/IR/
DCore.cpp492 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()