OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTupleDeclaration
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
canthrow.d
271
else if (auto td = s.
isTupleDeclaration
())
foreachvar.d
77
if (TupleDeclaration td = v.toAlias().
isTupleDeclaration
())
dsymbol.h
275
virtual TupleDeclaration *
isTupleDeclaration
() { return NULL; }
typesem.d
123
auto tup = s.
isTupleDeclaration
();
333
if (!t && s.
isTupleDeclaration
()) // expression tuple?
728
if (auto tup = s ? s.
isTupleDeclaration
() : null)
2880
if (auto tup = s.
isTupleDeclaration
())
2947
if (auto tup = ps.
isTupleDeclaration
())
3243
TupleDeclaration td = s.
isTupleDeclaration
();
4082
if (TupleDeclaration tup = d.
isTupleDeclaration
())
4498
if (TupleDeclaration tup = d.
isTupleDeclaration
())
declaration.d
701
override inout(TupleDeclaration)
isTupleDeclaration
() inout
1166
TupleDeclaration v2 = aliassym.
isTupleDeclaration
();
declaration.h
178
TupleDeclaration *
isTupleDeclaration
() { return this; }
ob.d
1408
else if (auto td = s.
isTupleDeclaration
())
2099
else if (auto td = s.
isTupleDeclaration
())
dsymbol.d
1336
inout(TupleDeclaration)
isTupleDeclaration
() inout { return null; }
dinterpret.d
2289
if (TupleDeclaration td = v.toAlias().
isTupleDeclaration
())
2366
if (s.isTemplateMixin() || s.
isTupleDeclaration
())
dsymbolsem.d
284
if (d && !d.
isTupleDeclaration
())
6816
if (auto tup = v.aliassym.
isTupleDeclaration
())
expressionsem.d
969
if (TupleDeclaration tup = s.
isTupleDeclaration
())
6530
if (auto tup = exp.var.
isTupleDeclaration
())
12554
if (auto tup = s.
isTupleDeclaration
())
dtemplate.d
6767
TupleDeclaration d = sa.toAlias().
isTupleDeclaration
();
expression.d
325
TupleDeclaration td = s.isVarDeclaration().toAlias().
isTupleDeclaration
();
mtype.d
2019
if (s.
isTupleDeclaration
())
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
398
TupleDeclaration *td = var->aliassym->
isTupleDeclaration
();
Completed in 89 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026