Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h23 typedef void* PointerTy; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h22 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/llvm/lib/Transforms/Scalar/
DSROA.cpp1494 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2272 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1555 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr()
2352 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1656 MVT PointerTy; variable
/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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp369 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/external/llvm/lib/IR/
DCore.cpp588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp750 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()