OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDebugStatement
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h
154
DebugStatement *
isDebugStatement
() { return stmt == STMTdebug ? (DebugStatement*)this : NULL; }
statement.d
397
inout(DebugStatement)
isDebugStatement
() { return stmt == STMT.Debug ? cast(typeof(return))this : null; }
statementsem.d
4721
auto ds = statement.
isDebugStatement
();
Completed in 53 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026