Home
last modified time | relevance | path

Searched refs:isCompoundStatement (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dforeachvar.d271 case STMT.Compound: visitCompound(s.isCompoundStatement()); break; in foreachExpAndVar()
H A Dstatement.h132 …CompoundStatement *isCompoundStatement() { return stmt == STMTcompound ? (CompoundStateme… in isCompoundStatement() function
H A Dtransitivevisitor.d834 AST.CompoundStatement cs = f.fbody.isCompoundStatement(); in ParseVisitMethods()
H A Dstatement.d366 …inout(CompoundStatement) isCompoundStatement() { return stmt == STMT.Compound ? cast(type… in isCompoundStatement() function
H A Dob.d803 case STMT.Compound: visitCompound(s.isCompoundStatement()); break; in toObNodes()
H A Dstatementsem.d298 if (const cs = s.isCompoundStatement()) in visit()
4462 if (!s.isCompoundStatement() && !s.isScopeStatement()) in semanticNoScope()
H A Dhdrgen.d1659 CompoundStatement cs = f.fbody.isCompoundStatement(); in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c1957 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2017 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2017 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c1957 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2017 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c1957 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstatement.h106 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
199 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2070 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.h106 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
199 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2070 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstatement.h106 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
199 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
H A Dhdrgen.c2070 CompoundStatement *cs = f->fbody->isCompoundStatement(); in visit()

12