Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGCXXABI.cpp72 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
79 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
95 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
118 const MemberPointerType *MPT, in EmitMemberPointerComparison()
127 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
133 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
142 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
147 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
151 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DCGCXXABI.h184 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
DCodeGenTypes.cpp194 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
761 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
DItaniumCXXABI.cpp493 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
522 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
612 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
759 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
771 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
845 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
868 const MemberPointerType *MPT, in EmitMemberPointerComparison()
941 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
990 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DMicrosoftCXXABI.cpp2494 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2510 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2533 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2558 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2603 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
2722 const MemberPointerType *MPT, in EmitMemberPointerComparison()
2781 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
2809 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
2937 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
3228 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
DCGExprScalar.cpp584 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
1463 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
1554 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2831 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
DCGExprCXX.cpp292 const MemberPointerType *MPT = in EmitCXXMemberPointerCallExpr() local
DCGExpr.cpp112 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
4143 const MemberPointerType *MPT in EmitPointerToDataMemberBinaryExpr() local
/external/llvm-project/clang/lib/CodeGen/
DCGCXXABI.cpp37 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
44 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
61 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
84 const MemberPointerType *MPT, in EmitMemberPointerComparison()
93 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
99 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
108 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
113 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
117 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DCodeGenTypes.cpp209 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
908 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
DItaniumCXXABI.cpp593 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
622 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
849 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
996 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
1008 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
1086 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
1109 const MemberPointerType *MPT, in EmitMemberPointerComparison()
1182 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
1229 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
DMicrosoftCXXABI.cpp2642 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2658 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2681 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2706 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2751 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
2881 const MemberPointerType *MPT, in EmitMemberPointerComparison()
2940 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
2968 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
3096 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
3387 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
DCGCXXABI.h184 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
DCGExprScalar.cpp877 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
2106 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2259 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
3908 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
DCGExpr.cpp183 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
1181 if (auto MPT = T->getAs<MemberPointerType>()) in EmitNonNullRValueCheck() local
5298 const auto *MPT = E->getRHS()->getType()->castAs<MemberPointerType>(); in EmitPointerToDataMemberBinaryExpr() local
DCGExprAgg.cpp957 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
/external/llvm-project/clang/lib/AST/
DMicrosoftCXXABI.cpp216 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
DQualTypeNames.cpp382 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
DType.cpp634 if (const auto *MPT = getAs<MemberPointerType>()) in getPointeeType() local
3865 const auto *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
3952 const auto *MPT = cast<MemberPointerType>(T); in computeTypeLinkageInfo() local
DJSONNodeDumper.cpp706 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
DMicrosoftMangle.cpp586 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1526 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp26 if (auto *MPT = QT->getAs<MemberPointerType>()) { in protoTypeHasNoParms() local
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp222 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
DType.cpp424 if (const MemberPointerType *MPT = getAs<MemberPointerType>()) in getPointeeType() local
3338 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
3423 const MemberPointerType *MPT = cast<MemberPointerType>(T); in computeLinkageInfo() local
DMicrosoftMangle.cpp507 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1274 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local

12