Home
last modified time | relevance | path

Searched defs:isTryCatchStatement (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h152 …TryCatchStatement *isTryCatchStatement() { return stmt == STMTtryCatch ? (TryCatchStateme… in isTryCatchStatement() function
H A Dstatement.d395 …inout(TryCatchStatement) isTryCatchStatement() { return stmt == STMT.TryCatch ? cast(type… in isTryCatchStatement() function