HomeSort by: relevance | last modified time | path
    Searched refs:bodyFallsThru (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 616 bool bodyFallsThru; // true if _body falls through to finally
statement.d 1635 bool bodyFallsThru; /// true if _body falls through to finally
1642 this.bodyFallsThru = true; // assume true until statementSemantic()
statementsem.d 3701 tfs.bodyFallsThru = (blockexit & BE.fallthru) != 0;

Completed in 19 milliseconds