Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h144 …CompileStatement *isCompileStatement() { return stmt == STMTcompile ? (CompileStatemen… in isCompileStatement() function
H A Dstatement.d386 …inout(CompileStatement) isCompileStatement() { return stmt == STMT.Compile ? cast(type… in isCompileStatement() function