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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d 259 case STMT.Compound: visitCompound(s.isCompoundStatement()); break;
statement.h 132 CompoundStatement *isCompoundStatement() { return stmt == STMTcompound ? (CompoundStatement*)this : NULL; }
transitivevisitor.d 836 AST.CompoundStatement cs = f.fbody.isCompoundStatement();
statement.d 373 inout(CompoundStatement) isCompoundStatement() { return stmt == STMT.Compound ? cast(typeof(return))this : null; }
statementsem.d 304 if (const cs = s.isCompoundStatement())
4108 if (!s.isCompoundStatement() && !s.isScopeStatement())
ob.d 803 case STMT.Compound: visitCompound(s.isCompoundStatement()); break;
hdrgen.d 1685 CompoundStatement cs = f.fbody.isCompoundStatement();

Completed in 20 milliseconds