Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp231 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
233 assert(PType && "Expecting pointer type in handleByValParam"); in handleByValParam()
235 Type *StructType = PType->getElementType(); in handleByValParam()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h138 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge() argument
140 : PredicateBase(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp736 QualType PType = ArgTy->getPointeeType(); in process() local
737 if ((!PType.isNull() && !PType.isConstQualified()) || in process()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp590 auto PType = Transformer.back(); in applyModifier() local
591 switch (PType) { in applyModifier()
650 if (!VectorPrototypes.contains(PType)) in applyModifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6908 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
6909 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
6923 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
6925 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
6929 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6930 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
6931 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6933 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()
6936 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
6938 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp428 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
437 if (const auto *PtrTy = dyn_cast<DIDerivedType>(PType)) { in IsValidAIChain()
444 const auto *PTy = dyn_cast<DICompositeType>(PType); in IsValidAIChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14088 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() argument
14090 if (!PType->isVariablyModifiedType()) in diagnoseArrayStarInParamType()
14092 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType()
14096 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType()
14100 if (const auto *ParenTy = dyn_cast<ParenType>(PType)) { in diagnoseArrayStarInParamType()
14105 const ArrayType *AT = S.Context.getAsArrayType(PType); in diagnoseArrayStarInParamType()
14152 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
14155 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp867 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
869 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
H A DMicrosoftCXXABI.cpp3113 llvm::Type *PType = in EmitMemberDataPointerAddress() local
3151 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()