Home
last modified time | relevance | path

Searched refs:isGotoStatement (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.d374 …inout(GotoStatement) isGotoStatement() { return stmt == STMT.Goto ? cast(type… in isGotoStatement() function
H A Dob.d823 case STMT.Goto: visitGoto(s.isGotoStatement()); break; in toObNodes()
H A Dstatementsem.d1295 GotoStatement gs = ss.statement.isGotoStatement(); in visit()