/netbsd-src/external/apache2/llvm/dist/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() 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 D | CodeGenTypes.cpp | 209 if (const auto *MPT = Ty->getAs<MemberPointerType>()) in isFuncParamTypeConvertible() local 917 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) in isZeroInitializable() local
|
H A D | ItaniumCXXABI.cpp | 596 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 D | MicrosoftCXXABI.cpp | 2653 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 D | CGCXXABI.h | 191 virtual bool isMemberPointerConvertible(const MemberPointerType *MPT) const { in isMemberPointerConvertible()
|
H A D | CGExprScalar.cpp | 881 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 D | CGExpr.cpp | 185 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 D | CGExprAgg.cpp | 958 if (const auto *MPT = ArgTy->getAs<MemberPointerType>()) { in EmitCompare() local
|
H A D | CGExprCXX.cpp | 438 const auto *MPT = MemFnExpr->getType()->castAs<MemberPointerType>(); in EmitCXXMemberPointerCallExpr() local
|
H A D | CGDebugInfo.cpp | 1972 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 D | MicrosoftCXXABI.cpp | 246 getMSMemberPointerSlots(const MemberPointerType *MPT) { in getMSMemberPointerSlots()
|
H A D | QualTypeNames.cpp | 382 if (auto *MPT = dyn_cast<MemberPointerType>(QT.getTypePtr())) { in getFullyQualifiedType() local
|
H A D | Type.cpp | 634 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 D | JSONNodeDumper.cpp | 706 void JSONNodeDumper::VisitMemberPointerType(const MemberPointerType *MPT) { in VisitMemberPointerType()
|
H A D | MicrosoftMangle.cpp | 627 if (const MemberPointerType *MPT = Ty->getAs<MemberPointerType>()) { in mangleVariableEncoding() local 1590 if (const MemberPointerType *MPT = T->getAs<MemberPointerType>()) { in mangleTemplateArg() local
|
H A D | DeclCXX.cpp | 2291 auto *MPT = BO->getRHS()->getType()->castAs<MemberPointerType>(); in getDevirtualizedMethod() local
|
H A D | ASTContext.cpp | 2231 const auto *MPT = cast<MemberPointerType>(T); in getTypeInfoImpl() local 2732 const auto *MPT = Ty->getAs<MemberPointerType>(); in hasUniqueObjectRepresentations() local
|
H A D | Expr.cpp | 117 const MemberPointerType *MPT = in skipRValueSubobjectAdjustments() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 411 MachinePostDominatorTree MPT; in findShrunkPrologEpilog() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 718 const auto *MPT = in checkMustTailAttr() local
|
H A D | SemaOverload.cpp | 2851 if (auto *MPT = FromType->getAs<MemberPointerType>()) in tryGetFunctionProtoType() local
|
H A D | SemaDecl.cpp | 11044 else if (auto *MPT = T->getAs<MemberPointerType>()) in CheckFunctionDeclaration() local
|
H A D | TreeTransform.h | 5079 const MemberPointerType *MPT = Result->getAs<MemberPointerType>(); in TransformMemberPointerType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 77 const MemberPointerType *MPT; member
|