Home
last modified time | relevance | path

Searched refs:bodyFallsThru (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h616 bool bodyFallsThru; // true if _body falls through to finally variable
H A Dstatement.d1628 bool bodyFallsThru; /// true if _body falls through to finally variable
1635 this.bodyFallsThru = true; // assume true until statementSemantic() in this()
H A Dstatementsem.d4070 tfs.bodyFallsThru = (blockexit & BE.fallthru) != 0; in visit()