Home
last modified time | relevance | path

Searched refs:ThrownExceptionExp (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dctfe.h48 class ThrownExceptionExp : public Expression
H A Dvisitor.d91 void visit(ASTCodegen.ThrownExceptionExp e) { visit(cast(ASTCodegen.Expression)e); }
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
H A Ddinterpret.c841 ((ThrownExceptionExp *)earg)->generateUncaughtError(); in interpretFunction()
966 ((ThrownExceptionExp *)e)->generateUncaughtError(); in interpretFunction()
1604 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; in visit()
1651 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()
1725 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1746 result = new ThrownExceptionExp(s->loc, (ClassReferenceExp *)e); in visit()
6137 void visit(ThrownExceptionExp *e) in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
H A Ddinterpret.c841 ((ThrownExceptionExp *)earg)->generateUncaughtError(); in interpretFunction()
966 ((ThrownExceptionExp *)e)->generateUncaughtError(); in interpretFunction()
1604 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; in visit()
1651 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()
1732 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1753 result = new ThrownExceptionExp(s->loc, (ClassReferenceExp *)e); in visit()
6155 void visit(ThrownExceptionExp *e) in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
H A Ddinterpret.c848 ((ThrownExceptionExp *)earg)->generateUncaughtError(); in interpretFunction()
973 ((ThrownExceptionExp *)e)->generateUncaughtError(); in interpretFunction()
1611 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; in visit()
1658 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()
1739 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1760 result = new ThrownExceptionExp(s->loc, (ClassReferenceExp *)e); in visit()
6104 void visit(ThrownExceptionExp *e) in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
H A Ddinterpret.c848 ((ThrownExceptionExp *)earg)->generateUncaughtError(); in interpretFunction()
973 ((ThrownExceptionExp *)e)->generateUncaughtError(); in interpretFunction()
1611 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; in visit()
1658 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()
1739 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1760 result = new ThrownExceptionExp(s->loc, (ClassReferenceExp *)e); in visit()
6104 void visit(ThrownExceptionExp *e) in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
H A Ddinterpret.c841 ((ThrownExceptionExp *)earg)->generateUncaughtError(); in interpretFunction()
966 ((ThrownExceptionExp *)e)->generateUncaughtError(); in interpretFunction()
1604 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; in visit()
1651 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions()
1725 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1746 result = new ThrownExceptionExp(s->loc, (ClassReferenceExp *)e); in visit()
6137 void visit(ThrownExceptionExp *e) in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dctfe.h81 class ThrownExceptionExp : public Expression
85 ThrownExceptionExp(Loc loc, ClassReferenceExp *victim);
H A Dctfeexpr.c113 ThrownExceptionExp::ThrownExceptionExp(Loc loc, ClassReferenceExp *victim) : Expression(loc, TOKthr… in ThrownExceptionExp() function
119 const char *ThrownExceptionExp::toChars() in toChars()
125 void ThrownExceptionExp::generateUncaughtError() in generateUncaughtError()

12