| /external/clang/lib/CodeGen/ |
| D | CGCXXABI.cpp | 71 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()
|
| D | MicrosoftCXXABI.cpp | 532 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 …]
|
| D | CodeGenTypes.cpp | 193 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local 729 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
|
| D | CGCXXABI.h | 163 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
|
| D | ItaniumCXXABI.cpp | 379 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()
|
| D | CGExprScalar.cpp | 584 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
|
| D | CGRecordLayoutBuilder.cpp | 141 if (const MemberPointerType *MPT = Type->getAs<MemberPointerType>()) in isZeroInitializable() local
|
| D | CGExpr.cpp | 92 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local 3446 const MemberPointerType *MPT in EmitPointerToDataMemberBinaryExpr() local
|
| D | CGExprCXX.cpp | 291 const MemberPointerType *MPT = in EmitCXXMemberPointerCallExpr() local
|
| D | CGDebugInfo.cpp | 1291 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/ |
| D | MicrosoftCXXABI.cpp | 195 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
|
| D | Type.cpp | 418 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
|
| D | MicrosoftMangle.cpp | 455 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local 1187 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
|
| D | Expr.cpp | 91 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
|
| D | ASTContext.cpp | 1647 const MemberPointerType *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 71 const MemberPointerType *MPT; member
|
| /external/clang/lib/Sema/ |
| D | TreeTransform.h | 4089 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
|