Home
last modified time | relevance | path

Searched defs:MPT (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp43 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
50 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
67 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
90 const MemberPointerType *MPT, in EmitMemberPointerComparison()
99 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
105 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
114 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
119 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
123 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
H A DCodeGenTypes.cpp191 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
878 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
H A DMicrosoftCXXABI.cpp2781 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2797 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2820 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2845 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2890 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
3019 const MemberPointerType *MPT, in EmitMemberPointerComparison()
3078 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
3106 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
3234 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
3517 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
H A DCGCXXABI.h213 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
H A DItaniumCXXABI.cpp601 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
630 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
870 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
1105 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
1117 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
1218 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
1245 const MemberPointerType *MPT, in EmitMemberPointerComparison()
1318 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
1365 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
H A DCGExprScalar.cpp944 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
2464 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2667 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
4606 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExprAgg.cpp1000 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExpr.cpp186 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
1399 if (auto MPT = T->getAs<MemberPointerType>()) in EmitNonNullRValueCheck() local
6060 const auto *MPT = E->getRHS()->getType()->castAs<MemberPointerType>(); in EmitPointerToDataMemberBinaryExpr() local
H A DCGExprCXX.cpp449 const auto *MPT = MemFnExpr->getType()->castAs<MemberPointerType>(); in EmitCXXMemberPointerCallExpr() local
H A DCGDebugInfo.cpp2287 else if (const auto *MPT = in CollectTemplateParams() local
2317 if (const auto *MPT = dyn_cast<MemberPointerType>(T.getTypePtr())) in CollectTemplateParams() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp393 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
H A DType.cpp714 if (const auto *MPT = getAs<MemberPointerType>()) in getPointeeType() local
4534 const auto *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
4622 const auto *MPT = cast<MemberPointerType>(T); in computeTypeLinkageInfo() local
H A DMicrosoftMangle.cpp660 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1805 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
H A DJSONNodeDumper.cpp837 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
H A DDeclCXX.cpp2406 auto *MPT = BO->getRHS()->getType()->castAs<MemberPointerType>(); in getDevirtualizedMethod() local
H A DASTContext.cpp2270 const auto *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
2856 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in hasUniqueObjectRepresentations() local
3268 const auto *MPT = T->getAs<MemberPointerType>(); in encodeTypeForFunctionPointerAuth() local
H A DExpr.cpp119 const auto *MPT = BO->getRHS()->getType()->getAs<MemberPointerType>(); in skipRValueSubobjectAdjustments() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp142 const auto *MPT = dyn_cast<MemberPointerType>(T); in AST_MATCHER() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp417 MachinePostDominatorTree MPT; in findShrunkPrologEpilog() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp759 const auto *MPT = in checkMustTailAttr() local
H A DSemaOverload.cpp3151 if (auto *MPT = FromType->getAs<MemberPointerType>()) in tryGetFunctionProtoType() local
H A DSemaDecl.cpp12135 else if (auto *MPT = T->getAs<MemberPointerType>()) in CheckFunctionDeclaration() local
H A DTreeTransform.h5454 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h79 const MemberPointerType *MPT; member