Searched refs:isGotoCaseStatement (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h104 virtual GotoCaseStatement *isGotoCaseStatement() { return NULL; } function in class:Statement
503 GotoCaseStatement *isGotoCaseStatement() { return this; } function in class:GotoCaseStatement
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h141 GotoCaseStatement *isGotoCaseStatement() { return stmt == STMTgotoCase ? (GotoCaseStatement*)this : NULL; } function in class:Statement
H A Dstatement.d383 inout(GotoCaseStatement) isGotoCaseStatement() { return stmt == STMT.GotoCase ? cast(typeof(return))this : null; }
H A Dob.d814 case STMT.GotoCase: visitGotoCase(s.isGotoCaseStatement()); break;

Completed in 155 milliseconds