Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h103 virtual GotoDefaultStatement *isGotoDefaultStatement() { return NULL; } in isGotoDefaultStatement() function
490 GotoDefaultStatement *isGotoDefaultStatement() { return this; } in isGotoDefaultStatement() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h140 …GotoDefaultStatement *isGotoDefaultStatement() { return stmt == STMTgotoDefault ? (GotoDefaultStat… in isGotoDefaultStatement() function
H A Dstatement.d382 …inout(GotoDefaultStatement) isGotoDefaultStatement() { return stmt == STMT.GotoDefault ? cast(type… in isGotoDefaultStatement() function