Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h156 …ScopeGuardStatement *isScopeGuardStatement() { return stmt == STMTscopeGuard ? (ScopeGuardState… in isScopeGuardStatement() function
H A Dstatement.d392 …inout(ScopeGuardStatement) isScopeGuardStatement() { return stmt == STMT.ScopeGuard ? cast(type… in isScopeGuardStatement() function
H A Dstatementsem.d4521 else if (auto sgs = statement.isScopeGuardStatement()) in scopeCode()