Home
last modified time | relevance | path

Searched refs:PType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp146 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
148 assert(PType && "Expecting pointer type in handleByValParam"); in handleByValParam()
150 Type *StructType = PType->getElementType(); in handleByValParam()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp157 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
159 assert(PType && "Expecting pointer type in handleByValParam"); in handleByValParam()
161 Type *StructType = PType->getElementType(); in handleByValParam()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h157 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge() argument
159 : PredicateWithCondition(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge()
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp490 QualType PType = ArgTy->getPointeeType(); in process() local
491 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/external/clang/lib/AST/
DASTContext.cpp5190 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
5191 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
5205 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
5207 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
5211 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5212 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
5213 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5215 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()
5218 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
5220 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
[all …]
/external/clang/lib/Sema/
DSemaChecking.cpp9382 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() argument
9384 if (!PType->isVariablyModifiedType()) in diagnoseArrayStarInParamType()
9386 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType()
9390 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType()
9394 if (const auto *ParenTy = dyn_cast<ParenType>(PType)) { in diagnoseArrayStarInParamType()
9399 const ArrayType *AT = S.Context.getAsArrayType(PType); in diagnoseArrayStarInParamType()
9445 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
9448 diagnoseArrayStarInParamType(*this, PType, Param->getLocation()); in CheckParmsForFunctionDef()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp626 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
628 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
DMicrosoftCXXABI.cpp2940 llvm::Type *PType = in EmitMemberDataPointerAddress() local
2977 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()