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.cpp2556 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
2581 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
2644 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
DCodeGenFunction.cpp404 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1512 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2288 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/clang/lib/Sema/
DSemaStmt.cpp2272 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
DSemaOverload.cpp6882 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6949 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
DSemaChecking.cpp8352 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
DSemaExpr.cpp5891 QualType PointerTy) { in checkConditionalNullPointer()
/external/llvm/lib/IR/
DCore.cpp508 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()