Home
last modified time | relevance | path

Searched defs:isCompoundStatement (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function
189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h132 …CompoundStatement *isCompoundStatement() { return stmt == STMTcompound ? (CompoundStateme… in isCompoundStatement() function
H A Dstatement.d373 …inout(CompoundStatement) isCompoundStatement() { return stmt == STMT.Compound ? cast(type… in isCompoundStatement() function