Home
last modified time | relevance | path

Searched refs:isDtorExpStatement (Results 1 – 23 of 23) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dforeachvar.d270 case STMT.DtorExp: visitDtorExp(s.isDtorExpStatement()); break; in foreachExpAndVar()
H A Dstatement.h143 …DtorExpStatement *isDtorExpStatement() { return stmt == STMTdtorExp ? (DtorExpStatemen… in isDtorExpStatement() function
H A Dstatement.d378 …inout(DtorExpStatement) isDtorExpStatement() { return stmt == STMT.DtorExp ? cast(type… in isDtorExpStatement() function
H A Dob.d802 case STMT.DtorExp: visitDtorExp(s.isDtorExpStatement()); break; in toObNodes()
H A Dfunc.d142 if (fd.nrvo_can && s.finalbody && (des = s.finalbody.isDtorExpStatement()) !is null && in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.h106 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
161 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dfunc.c246 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstatement.h115 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
170 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dsemantic3.c128 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.h115 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
170 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dsemantic3.c128 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.h115 virtual DtorExpStatement *isDtorExpStatement() { return NULL; } in isDtorExpStatement() function
170 DtorExpStatement *isDtorExpStatement() { return this; } in isDtorExpStatement() function
H A Dsemantic3.c128 s->finalbody && (des = s->finalbody->isDtorExpStatement()) != NULL && in visit()