Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp37 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
44 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
60 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
83 const MemberPointerType *MPT, in EmitMemberPointerComparison()
92 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
98 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
107 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
112 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
116 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
H A DCodeGenTypes.cpp218 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
951 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
H A DItaniumCXXABI.cpp550 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
579 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
814 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
963 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
975 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
1053 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
1076 const MemberPointerType *MPT, in EmitMemberPointerComparison()
1149 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
1196 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
H A DMicrosoftCXXABI.cpp2759 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2775 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2798 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2823 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2868 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
2998 const MemberPointerType *MPT, in EmitMemberPointerComparison()
3057 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
3085 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
3216 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
3509 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
H A DCGCXXABI.h217 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
H A DCGExprScalar.cpp914 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
2268 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2426 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
4252 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExpr.cpp174 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
1168 if (auto MPT = T->getAs<MemberPointerType>()) in EmitNonNullRValueCheck() local
5513 const auto *MPT = E->getRHS()->getType()->castAs<MemberPointerType>(); in EmitPointerToDataMemberBinaryExpr() local
H A DCGExprAgg.cpp983 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExprCXX.cpp441 const auto *MPT = MemFnExpr->getType()->castAs<MemberPointerType>(); in EmitCXXMemberPointerCallExpr() local
H A DCGDebugInfo.cpp2057 else if (const auto *MPT = in CollectTemplateParams() local
2087 if (const auto *MPT = dyn_cast<MemberPointerType>(T.getTypePtr())) in CollectTemplateParams() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp282 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
H A DQualTypeNames.cpp392 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
H A DType.cpp638 if (const auto *MPT = getAs<MemberPointerType>()) in getPointeeType() local
4034 const auto *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
4121 const auto *MPT = cast<MemberPointerType>(T); in computeTypeLinkageInfo() local
H A DMicrosoftMangle.cpp645 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1625 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
H A DJSONNodeDumper.cpp760 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
H A DDeclCXX.cpp2323 auto *MPT = BO->getRHS()->getType()->castAs<MemberPointerType>(); in getDevirtualizedMethod() local
H A DExpr.cpp119 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
H A DASTContext.cpp2283 const auto *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
2840 const auto *MPT = Ty->getAs<MemberPointerType>(); in hasUniqueObjectRepresentations() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp414 MachinePostDominatorTree MPT; in findShrunkPrologEpilog() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp735 const auto *MPT = in checkMustTailAttr() local
H A DSemaOverload.cpp2959 if (auto *MPT = FromType->getAs<MemberPointerType>()) in tryGetFunctionProtoType() local
H A DSemaDecl.cpp11924 else if (auto *MPT = T->getAs<MemberPointerType>()) in CheckFunctionDeclaration() local
H A DTreeTransform.h5262 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h78 const MemberPointerType *MPT; member