Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h21 using PointerTy = void *; variable
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 typedef void* PointerTy; typedef
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2586 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
2611 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
2674 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
DCodeGenFunction.cpp412 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1580 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2389 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
3096 Type *PointerTy = IRB.getInt8PtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1494 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2272 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/clang/lib/Sema/
DSemaStmt.cpp2295 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
DSemaOverload.cpp6929 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6996 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
DSemaChecking.cpp9386 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
DSemaExpr.cpp6194 QualType PointerTy) { in checkConditionalNullPointer()
/external/llvm/lib/IR/
DCore.cpp588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp770 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()