/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 37 CGCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType() 44 llvm::Value *MemPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer() 60 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress() 83 const MemberPointerType *MPT, in EmitMemberPointerComparison() 92 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull() 98 CGCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer() 107 llvm::Constant *CGCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer() 112 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer() 116 bool CGCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
|
H A D | CodeGenTypes.cpp | 218 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local 951 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
|
H A D | ItaniumCXXABI.cpp | 550 ItaniumCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType() 579 llvm::Value *MemFnPtr, const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer() 814 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress() 963 ItaniumCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer() 975 ItaniumCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer() 1053 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local 1076 const MemberPointerType *MPT, in EmitMemberPointerComparison() 1149 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull() 1196 bool ItaniumCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable()
|
H A D | MicrosoftCXXABI.cpp | 2759 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) { in isZeroInitializable() 2775 MicrosoftCXXABI::ConvertMemberPointerType(const MemberPointerType *MPT) { in ConvertMemberPointerType() 2798 GetNullMemberPointerFields(const MemberPointerType *MPT, in GetNullMemberPointerFields() 2823 MicrosoftCXXABI::EmitNullMemberPointer(const MemberPointerType *MPT) { in EmitNullMemberPointer() 2868 MicrosoftCXXABI::EmitMemberDataPointer(const MemberPointerType *MPT, in EmitMemberDataPointer() 2998 const MemberPointerType *MPT, in EmitMemberPointerComparison() 3057 const MemberPointerType *MPT) { in EmitMemberPointerIsNotNull() 3085 bool MicrosoftCXXABI::MemberPointerConstantIsNull(const MemberPointerType *MPT, in MemberPointerConstantIsNull() 3216 const MemberPointerType *MPT) { in EmitMemberDataPointerAddress() 3509 const MemberPointerType *MPT) { in EmitLoadOfMemberFunctionPointer()
|
H A D | CGCXXABI.h | 217 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
|
H A D | CGExprScalar.cpp | 914 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType)) in EmitConversionToBool() local 2268 const MemberPointerType *MPT = CE->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local 2426 const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>(); in VisitCastExpr() local 4252 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare() local
|
H A D | CGExpr.cpp | 174 if (const MemberPointerType *MPT = E->getType()->getAs<MemberPointerType>()) { in EvaluateExprAsBool() local 1168 if (auto MPT = T->getAs<MemberPointerType>()) in EmitNonNullRValueCheck() local 5513 const auto *MPT = E->getRHS()->getType()->castAs<MemberPointerType>(); in EmitPointerToDataMemberBinaryExpr() local
|
H A D | CGExprAgg.cpp | 983 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
|
H A D | CGExprCXX.cpp | 441 const auto *MPT = MemFnExpr->getType()->castAs<MemberPointerType>(); in EmitCXXMemberPointerCallExpr() local
|
H A D | CGDebugInfo.cpp | 2057 else if (const auto *MPT = in CollectTemplateParams() local 2087 if (const auto *MPT = dyn_cast<MemberPointerType>(T.getTypePtr())) in CollectTemplateParams() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 282 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
|
H A D | QualTypeNames.cpp | 392 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
|
H A D | Type.cpp | 638 if (const auto *MPT = getAs<MemberPointerType>()) in getPointeeType() local 4034 const auto *MPT = cast<MemberPointerType>(T); in computeCachedProperties() local 4121 const auto *MPT = cast<MemberPointerType>(T); in computeTypeLinkageInfo() local
|
H A D | MicrosoftMangle.cpp | 645 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local 1625 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
|
H A D | JSONNodeDumper.cpp | 760 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
|
H A D | DeclCXX.cpp | 2323 auto *MPT = BO->getRHS()->getType()->castAs<MemberPointerType>(); in getDevirtualizedMethod() local
|
H A D | Expr.cpp | 119 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
|
H A D | ASTContext.cpp | 2283 const auto *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local 2840 const auto *MPT = Ty->getAs<MemberPointerType>(); in hasUniqueObjectRepresentations() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 414 MachinePostDominatorTree MPT; in findShrunkPrologEpilog() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 735 const auto *MPT = in checkMustTailAttr() local
|
H A D | SemaOverload.cpp | 2959 if (auto *MPT = FromType->getAs<MemberPointerType>()) in tryGetFunctionProtoType() local
|
H A D | SemaDecl.cpp | 11924 else if (auto *MPT = T->getAs<MemberPointerType>()) in CheckFunctionDeclaration() local
|
H A D | TreeTransform.h | 5262 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 78 const MemberPointerType *MPT; member
|