Home
last modified time | relevance | path

Searched refs:onScopeExit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h220 onScopeExit, enumerator
H A Dtokens.d211 onScopeExit, enumerator
832 TOK.onScopeExit: "scope(exit)",
H A Dstatementsem.d1897 sdtor = new ScopeGuardStatement(ifs.loc, TOK.onScopeExit, sdtor); in package()
3710 if (oss.tok != TOK.onScopeExit) in package()
4173 case TOK.onScopeExit: in scopeCode()
H A Dparse.d6051 TOK t = TOK.onScopeExit;
6054 t = TOK.onScopeExit;