Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp232 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
234 assert(PType && "Expecting pointer type in handleByValParam"); in handleByValParam()
236 Type *StructType = PType->getElementType(); in handleByValParam()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h140 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge() argument
142 : PredicateBase(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp736 QualType PType = ArgTy->getPointeeType(); in process() local
737 if ((!PType.isNull() && !PType.isConstQualified()) || in process()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6927 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
6948 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6949 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
6950 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6971 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
6991 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6993 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6994 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
7038 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
7062 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp601 auto PType = Transformer.back(); in applyModifier() local
602 switch (PType) { in applyModifier()
661 if (!VectorPrototypes.contains(PType)) in applyModifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp431 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
440 if (const auto *PtrTy = dyn_cast<DIDerivedType>(PType)) { in IsValidAIChain()
447 const auto *PTy = dyn_cast<DICompositeType>(PType); in IsValidAIChain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14360 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() argument
14362 if (!PType->isVariablyModifiedType()) in diagnoseArrayStarInParamType()
14364 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType()
14368 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType()
14372 if (const auto *ParenTy = dyn_cast<ParenType>(PType)) { in diagnoseArrayStarInParamType()
14377 const ArrayType *AT = S.Context.getAsArrayType(PType); in diagnoseArrayStarInParamType()
14424 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
14427 diagnoseArrayStarInParamType(*this, PType, Param->getLocation()); in CheckParmsForFunctionDef()
H A DSemaTemplateDeduction.cpp5687 QualType PType = Context.getTemplateSpecializationType(X, PArgs); in isTemplateTemplateParameterAtLeastAsSpecializedAs() local
5693 return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3113 llvm::Type *PType = in EmitMemberDataPointerAddress() local
3151 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
H A DItaniumCXXABI.cpp876 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
878 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()