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/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp398 MVT PointerTy = getTargetLowering()->getPointerTy(); in SelectBaseOffsetLoad() local
781 MVT PointerTy = getTargetLowering()->getPointerTy(); in SelectBaseOffsetStore() local
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2181 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
2206 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
2262 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
DCodeGenFunction.cpp308 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1443 APInt Offset, Type *PointerTy, in getAdjustedPtr()
2112 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/clang/lib/Sema/
DSemaStmt.cpp2207 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
DSemaOverload.cpp6617 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6684 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
DSemaExpr.cpp5492 QualType PointerTy) { in checkConditionalNullPointer()
/external/llvm/lib/IR/
DCore.cpp490 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()