Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp36 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
43 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
58 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
80 const MemberPointerType *MPT, in EmitMemberPointerComparison()
89 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
95 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
105 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
110 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
114 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DMicrosoftCXXABI.cpp667 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
683 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
706 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
731 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
774 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
789 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
848 const MemberPointerType *MPT, in EmitMemberPointerComparison()
906 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
934 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
1044 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
[all …]
DItaniumCXXABI.cpp240 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
270 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
355 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
503 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
515 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
588 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
611 const MemberPointerType *MPT, in EmitMemberPointerComparison()
684 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
717 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DCodeGenTypes.cpp722 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
DCGExprScalar.cpp539 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
1297 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
1389 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2602 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
DCGRecordLayoutBuilder.cpp938 if (const MemberPointerType *MPT = elementType->getAs<MemberPointerType>()) { in CheckZeroInitializable() local
DCGExpr.cpp88 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
3148 const MemberPointerType *MPT in EmitPointerToDataMemberBinaryExpr() local
DCGExprCXX.cpp328 const MemberPointerType *MPT = in EmitCXXMemberPointerCallExpr() local
DCGDebugInfo.cpp1275 if (const MemberPointerType *MPT = in CollectTemplateParams() local
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp125 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
DType.cpp2183 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
2267 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeLinkageInfo() local
DMicrosoftMangle.cpp335 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) in mangleVariableEncoding() local
DExpr.cpp90 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
DASTContext.cpp1599 const MemberPointerType *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
/external/clang/include/clang/AST/
DExpr.h70 const MemberPointerType *MPT; member