reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/polly/include/polly/ScopDetectionDiagnostic.h
  186 class ReportCFG : public RejectReason {
  275 class ReportAffFunc : public RejectReason {
  522 class ReportLoopBound : public RejectReason {
  554 class ReportLoopHasNoExit : public RejectReason {
  582 class ReportLoopHasMultipleExits : public RejectReason {
  610 class ReportLoopOnlySomeLatches : public RejectReason {
  638 class ReportFuncCall : public RejectReason {
  662 class ReportAlias : public RejectReason {
  701 class ReportOther : public RejectReason {

References

tools/polly/include/polly/ScopDetectionDiagnostic.h
  154 using RejectReasonPtr = std::shared_ptr<RejectReason>;
  186 class ReportCFG : public RejectReason {
  192   static bool classof(const RejectReason *RR);
  207   static bool classof(const RejectReason *RR);
  231   static bool classof(const RejectReason *RR);
  257   static bool classof(const RejectReason *RR);
  275 class ReportAffFunc : public RejectReason {
  285   static bool classof(const RejectReason *RR);
  306   static bool classof(const RejectReason *RR);
  331   static bool classof(const RejectReason *RR);
  354   static bool classof(const RejectReason *RR);
  388   static bool classof(const RejectReason *RR);
  408   static bool classof(const RejectReason *RR);
  428   static bool classof(const RejectReason *RR);
  452   static bool classof(const RejectReason *RR);
  483   static bool classof(const RejectReason *RR);
  508   static bool classof(const RejectReason *RR);
  522 class ReportLoopBound : public RejectReason {
  539   static bool classof(const RejectReason *RR);
  554 class ReportLoopHasNoExit : public RejectReason {
  567   static bool classof(const RejectReason *RR);
  582 class ReportLoopHasMultipleExits : public RejectReason {
  595   static bool classof(const RejectReason *RR);
  610 class ReportLoopOnlySomeLatches : public RejectReason {
  623   static bool classof(const RejectReason *RR);
  638 class ReportFuncCall : public RejectReason {
  647   static bool classof(const RejectReason *RR);
  662 class ReportAlias : public RejectReason {
  686   static bool classof(const RejectReason *RR);
  701 class ReportOther : public RejectReason {
  707   static bool classof(const RejectReason *RR);
  728   static bool classof(const RejectReason *RR);
  750   static bool classof(const RejectReason *RR);
  772   static bool classof(const RejectReason *RR);
  794   static bool classof(const RejectReason *RR);
  817   static bool classof(const RejectReason *RR);
  841   static bool classof(const RejectReason *RR);
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  192 bool ReportCFG::classof(const RejectReason *RR) {
  214 bool ReportInvalidTerminator::classof(const RejectReason *RR) {
  238 bool ReportUnreachableInExit::classof(const RejectReason *RR) {
  263 bool ReportIrreducibleRegion::classof(const RejectReason *RR) {
  273 bool ReportAffFunc::classof(const RejectReason *RR) {
  289 bool ReportUndefCond::classof(const RejectReason *RR) {
  305 bool ReportInvalidCond::classof(const RejectReason *RR) {
  320 bool ReportUndefOperand::classof(const RejectReason *RR) {
  336 bool ReportNonAffBranch::classof(const RejectReason *RR) {
  349 bool ReportNoBasePtr::classof(const RejectReason *RR) {
  366 bool ReportUndefBasePtr::classof(const RejectReason *RR) {
  389 bool ReportVariantBasePtr::classof(const RejectReason *RR) {
  408 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) {
  435 bool ReportNonAffineAccess::classof(const RejectReason *RR) {
  463 bool ReportLoopBound::classof(const RejectReason *RR) {
  484 bool ReportLoopHasNoExit::classof(const RejectReason *RR) {
  509 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) {
  535 bool ReportLoopOnlySomeLatches::classof(const RejectReason *RR) {
  569 bool ReportFuncCall::classof(const RejectReason *RR) {
  600 bool ReportNonSimpleMemoryAccess::classof(const RejectReason *RR) {
  659 bool ReportAlias::classof(const RejectReason *RR) {
  672 bool ReportOther::classof(const RejectReason *RR) {
  696 bool ReportIntToPtr::classof(const RejectReason *RR) {
  718 bool ReportAlloca::classof(const RejectReason *RR) {
  742 bool ReportUnknownInst::classof(const RejectReason *RR) {
  768 bool ReportEntry::classof(const RejectReason *RR) {
  799 bool ReportUnprofitable::classof(const RejectReason *RR) {
usr/include/c++/7.4.0/bits/shared_ptr.h
   93     class shared_ptr : public __shared_ptr<_Tp>
  107       using element_type = typename __shared_ptr<_Tp>::element_type;
  236 	shared_ptr(const shared_ptr<_Yp>& __r) noexcept
  253 	shared_ptr(shared_ptr<_Yp>&& __r) noexcept
  299 	_Assignable<const shared_ptr<_Yp>&>
  300 	operator=(const shared_ptr<_Yp>& __r) noexcept
  324 	_Assignable<shared_ptr<_Yp>>
  325 	operator=(shared_ptr<_Yp>&& __r) noexcept
  352       shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  882     : is_convertible<_Yp*, _Tp*>::type
  956       using element_type = _Tp;
 1035     : public __shared_ptr_access<_Tp, _Lp>
 1038       using element_type = typename remove_extent<_Tp>::type;
 1126 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1138 	__shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1192 	_Assignable<_Yp>
 1193 	operator=(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1218 	_Assignable<_Yp>
 1219 	operator=(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1272       swap(__shared_ptr<_Tp, _Lp>& __other) noexcept
 1344       __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1942     { typedef _Tp     type; };