OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dotType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h
314
dotType
,
tokens.d
304
dotType
,
traits.d
1086
if (dve.e1.op == EXP.
dotType
|| dve.e1.op == EXP.this_)
1106
if (dte.e1.op != EXP.
dotType
&& dte.e1.op != EXP.this_)
typesem.d
1856
case EXP.
dotType
:
1872
case EXP.
dotType
:
4261
if (e.op == EXP.type || e.op == EXP.
dotType
)
optimize.d
1319
case EXP.
dotType
:
hdrgen.d
2594
case EXP.
dotType
: return visitDotType(e.isDotTypeExp());
4060
EXP.
dotType
: "
dottype
",
expression.d
1666
inout(DotTypeExp) isDotTypeExp() { return op == EXP.
dotType
? cast(typeof(return))this : null; }
5003
super(loc, EXP.
dotType
, __traits(classInstanceSize, DotTypeExp), e);
7212
EXP.dotVariable, EXP.dotTemplateInstance, EXP.delegate_, EXP.
dotType
, EXP.call,
dtemplate.d
7579
e.op == EXP.type || e.op == EXP.
dotType
||
7609
if (e.op == EXP.
dotType
)
parse.d
9418
EXP.
dotType
: PREC.primary,
expressionsem.d
4745
if (ue.e1.op == EXP.
dotType
)
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
1865
&& e->e1->op != EXP::super_ && e->e1->op != EXP::
dotType
)
Completed in 41 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026