Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
H A DCodeGenTypes.cpp209 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local
917 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
H A DItaniumCXXABI.cpp596 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
625 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
853 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
1000 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
1012 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
1090 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
1113 const MemberPointerType *MPT, in EmitMemberPointerComparison()
1186 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
1233 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
H A DMicrosoftCXXABI.cpp2653 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
2669 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType()
2692 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields()
2717 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer()
2762 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer()
2892 const MemberPointerType *MPT, in EmitMemberPointerComparison()
2951 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull()
2979 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull()
3110 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress()
3403 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
H A DCGCXXABI.h191 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
H A DCGExprScalar.cpp881 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local
2179 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
2336 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local
4005 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExpr.cpp185 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local
1181 if (auto MPT = T->getAs<MemberPointerType>()) in EmitNonNullRValueCheck() local
5327 const auto *MPT = E->getRHS()->getType()->castAs<MemberPointerType>(); in EmitPointerToDataMemberBinaryExpr() local
H A DCGExprAgg.cpp958 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
H A DCGExprCXX.cpp438 const auto *MPT = MemFnExpr->getType()->castAs<MemberPointerType>(); in EmitCXXMemberPointerCallExpr() local
H A DCGDebugInfo.cpp1972 else if (const auto *MPT = in CollectTemplateParams() local
2002 if (const auto *MPT = dyn_cast<MemberPointerType>(T.getTypePtr())) in CollectTemplateParams() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp246 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
H A DQualTypeNames.cpp382 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
H A DType.cpp634 if (const auto *MPT = getAs<MemberPointerType>()) in getPointeeType() local
3874 const auto *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local
3961 const auto *MPT = cast<MemberPointerType>(T); in computeTypeLinkageInfo() local
H A DJSONNodeDumper.cpp706 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
H A DMicrosoftMangle.cpp627 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local
1590 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
H A DDeclCXX.cpp2291 auto *MPT = BO->getRHS()->getType()->castAs<MemberPointerType>(); in getDevirtualizedMethod() local
H A DASTContext.cpp2231 const auto *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local
2732 const auto *MPT = Ty->getAs<MemberPointerType>(); in hasUniqueObjectRepresentations() local
H A DExpr.cpp117 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp411 MachinePostDominatorTree MPT; in findShrunkPrologEpilog() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp718 const auto *MPT = in checkMustTailAttr() local
H A DSemaOverload.cpp2851 if (auto *MPT = FromType->getAs<MemberPointerType>()) in tryGetFunctionProtoType() local
H A DSemaDecl.cpp11044 else if (auto *MPT = T->getAs<MemberPointerType>()) in CheckFunctionDeclaration() local
H A DTreeTransform.h5079 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h77 const MemberPointerType *MPT; member