Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h144 …CompileStatement *isCompileStatement() { return stmt == STMTcompile ? (CompileStatemen… in isCompileStatement() function
H A Dstatement.d379 …inout(CompileStatement) isCompileStatement() { return stmt == STMT.Compile ? cast(type… in isCompileStatement() function
H A Dstatementsem.d4780 auto cs = statement.isCompileStatement(); in flatten()