OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompileStatement
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h
144
CompileStatement *
isCompileStatement
() { return stmt == STMTcompile ? (CompileStatement*)this : NULL; }
statement.d
386
inout(CompileStatement)
isCompileStatement
() { return stmt == STMT.Compile ? cast(typeof(return))this : null; }
statementsem.d
4753
auto cs = statement.
isCompileStatement
();
Completed in 44 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026