Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h157 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge() argument
159 : PredicateWithCondition(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp502 QualType PType = ArgTy->getPointeeType(); in process() local
503 if ((!PType.isNull() && !PType.isConstQualified()) || in process()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6202 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
6223 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6224 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
6225 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6246 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
6266 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6268 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6269 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
6312 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
6336 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp12160 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType() argument
12162 if (!PType->isVariablyModifiedType()) in diagnoseArrayStarInParamType()
12164 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType()
12168 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType()
12172 if (const auto *ParenTy = dyn_cast<ParenType>(PType)) { in diagnoseArrayStarInParamType()
12177 const ArrayType *AT = S.Context.getAsArrayType(PType); in diagnoseArrayStarInParamType()
12223 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
12226 diagnoseArrayStarInParamType(*this, PType, Param->getLocation()); in CheckParmsForFunctionDef()
H A DSemaTemplateDeduction.cpp5207 QualType PType = Context.getTemplateSpecializationType(X, PArgs); in isTemplateTemplateParameterAtLeastAsSpecializedAs() local
5213 return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp746 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
748 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
H A DMicrosoftCXXABI.cpp3004 llvm::Type *PType = in EmitMemberDataPointerAddress() local
3041 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()