Searched refs:PType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 502 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 D | ASTContext.cpp | 6202 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 D | SemaChecking.cpp | 12160 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 D | SemaTemplateDeduction.cpp | 5207 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 D | ItaniumCXXABI.cpp | 746 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local 748 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
|
| H A D | MicrosoftCXXABI.cpp | 3004 llvm::Type *PType = in EmitMemberDataPointerAddress() local 3041 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
|