Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp71 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
77 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
92 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
114 const MemberPointerType *MPT, in EmitMemberPointerComparison()
123 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
129 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
139 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
144 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
148 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DMicrosoftCXXABI.cpp532 if (const auto *MPT = Ty->getAs<MemberPointerType>()) { in isTypeInfoCalculable() local
2117 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2133 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2156 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2181 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2226 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
2241 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
2318 const MemberPointerType *MPT, in EmitMemberPointerComparison()
2377 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
2405 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
[all …]
DCodeGenTypes.cpp193 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
729 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
DCGCXXABI.h163 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
DItaniumCXXABI.cpp379 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
407 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
490 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
638 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
650 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
723 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
746 const MemberPointerType *MPT, in EmitMemberPointerComparison()
819 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
867 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DCGExprScalar.cpp584 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
1481 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
1573 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2837 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
DCGRecordLayoutBuilder.cpp141 if (const MemberPointerType *MPT = Type->getAs<MemberPointerType>()) in isZeroInitializable() local
DCGExpr.cpp92 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
3446 const MemberPointerType *MPT in EmitPointerToDataMemberBinaryExpr() local
DCGExprCXX.cpp291 const MemberPointerType *MPT = in EmitCXXMemberPointerCallExpr() local
DCGDebugInfo.cpp1291 else if (const auto *MPT = dyn_cast<MemberPointerType>(T.getTypePtr())) { in CollectTemplateParams() local
1312 if (const MemberPointerType *MPT = in CollectTemplateParams() local
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp195 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
DType.cpp418 if (const MemberPointerType *MPT = getAs<MemberPointerType>()) in getPointeeType() local
2205 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
2288 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeLinkageInfo() local
DMicrosoftMangle.cpp455 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1187 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
DExpr.cpp91 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
DASTContext.cpp1647 const MemberPointerType *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
/external/clang/include/clang/AST/
DExpr.h71 const MemberPointerType *MPT; member
/external/clang/lib/Sema/
DTreeTransform.h4089 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local