Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h104 virtual GotoCaseStatement *isGotoCaseStatement() { return NULL; } in isGotoCaseStatement() function
503 GotoCaseStatement *isGotoCaseStatement() { return this; } in isGotoCaseStatement() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h141 …GotoCaseStatement *isGotoCaseStatement() { return stmt == STMTgotoCase ? (GotoCaseStateme… in isGotoCaseStatement() function
H A Dstatement.d383 …inout(GotoCaseStatement) isGotoCaseStatement() { return stmt == STMT.GotoCase ? cast(type… in isGotoCaseStatement() function