Searched refs:PType (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerKernelArgs.cpp | 146 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/ |
D | NVPTXLowerArgs.cpp | 157 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/ |
D | PredicateInfo.h | 157 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/ |
D | GenericTaintChecker.cpp | 490 QualType PType = ArgTy->getPointeeType(); in process() local 491 if ((!PType.isNull() && !PType.isConstQualified()) in process()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5190 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/ |
D | SemaChecking.cpp | 9382 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/ |
D | ItaniumCXXABI.cpp | 626 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local 628 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
|
D | MicrosoftCXXABI.cpp | 2940 llvm::Type *PType = in EmitMemberDataPointerAddress() local 2977 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
|