Home
last modified time | relevance | path

Searched refs:CurGD (Results 26 – 50 of 176) sorted by relevance

12345678

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGClass.cpp480 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
495 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
650 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
781 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
782 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1444 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1556 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2264 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2369 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp457 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
472 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
627 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
758 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
759 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
821 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1422 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1534 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2239 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2344 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGClass.cpp478 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
493 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
647 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
778 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
779 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
840 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1441 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1553 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2262 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2367 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGClass.cpp453 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
468 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
625 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
760 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
761 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
823 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1408 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1517 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2217 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2322 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp129 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
145 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGClass.cpp452 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
467 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
624 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
759 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
760 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
822 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1407 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1516 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2204 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2309 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp129 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
145 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGClass.cpp478 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
493 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
647 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
778 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
779 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
840 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1441 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1553 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2262 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2367 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp122 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
138 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGClass.cpp478 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) && in GetVTTParameter()
493 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in GetVTTParameter()
647 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
778 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
779 : cast<CXXDestructorDecl>(CurGD.getDecl())->getParent(); in EmitAsanPrologueOrEpilogue()
840 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1446 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
1558 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody()
2267 QualType RetType = BuildFunctionArgList(CurGD, Params); in EmitInlinedInheritingCXXConstructorCall()
2372 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) { in EmitDelegateCXXConstructorCall()
[all …]
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
H A DMicrosoftCXXABI.cpp1493 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in addImplicitStructorParams()
1497 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(), in addImplicitStructorParams()
1508 } else if (isDeletingDtor(CGF.CurGD)) { in addImplicitStructorParams()
1510 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(), in addImplicitStructorParams()
1536 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in EmitInstanceFunctionProlog()
1538 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); in EmitInstanceFunctionProlog()
1560 if (HasThisReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
1562 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
1575 if (isDeletingDtor(CGF.CurGD)) { in EmitInstanceFunctionProlog()
2068 CGF.CurGD = GlobalDecl(MD); in EmitVirtualMemPtrThunk()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
H A DMicrosoftCXXABI.cpp1481 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in addImplicitStructorParams()
1485 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(), in addImplicitStructorParams()
1496 } else if (isDeletingDtor(CGF.CurGD)) { in addImplicitStructorParams()
1498 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(), in addImplicitStructorParams()
1524 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in EmitInstanceFunctionProlog()
1526 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); in EmitInstanceFunctionProlog()
1548 if (HasThisReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
1550 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
1563 if (isDeletingDtor(CGF.CurGD)) { in EmitInstanceFunctionProlog()
2054 CGF.CurGD = GlobalDecl(MD); in EmitVirtualMemPtrThunk()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
139 isThisCompleteObject(CGF.CurGD)) { in buildThisParam()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCXXABI.cpp124 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl()); in buildThisParam()
140 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam()

12345678