OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompoundStatement
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d
259
case STMT.Compound: visitCompound(s.
isCompoundStatement
()); break;
statement.h
132
CompoundStatement *
isCompoundStatement
() { return stmt == STMTcompound ? (CompoundStatement*)this : NULL; }
transitivevisitor.d
836
AST.CompoundStatement cs = f.fbody.
isCompoundStatement
();
statement.d
373
inout(CompoundStatement)
isCompoundStatement
() { return stmt == STMT.Compound ? cast(typeof(return))this : null; }
statementsem.d
304
if (const cs = s.
isCompoundStatement
())
4108
if (!s.
isCompoundStatement
() && !s.isScopeStatement())
ob.d
803
case STMT.Compound: visitCompound(s.
isCompoundStatement
()); break;
hdrgen.d
1685
CompoundStatement cs = f.fbody.
isCompoundStatement
();
Completed in 20 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026