OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ctfeexpr.d
360
if (e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.symbolOffset || e.op == EXP.
null_
|| e.op == EXP.variable || e.op == EXP.dotVariable || e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.char_ || e.op == EXP.complex80 || e.op == EXP.void_ || e.op == EXP.vector || e.op == EXP.typeid_)
374
if (se.e1.op == EXP.
null_
)
513
if (se.e1.op == EXP.
null_
)
536
case EXP.
null_
:
668
return e.toBool().hasValue(true) || ((e.type.ty == Tpointer || e.type.ty == Tclass) && e.op != EXP.
null_
);
949
const null1 = (agg1.op == EXP.
null_
);
950
const null2 = (agg2.op == EXP.
null_
);
1022
if (e.op == EXP.
null_
|| e.op == EXP.string_ || e.op == EXP.function_ || e.op == EXP.delegate_ || e.op == EXP.arrayLiteral || e.op == EXP.structLiteral || e.op == EXP.assocArrayLiteral || e.op == EXP.classReference)
1170
assert(e.op == EXP.
null_
);
1176
return e.op == EXP.arrayLiteral || e.op == EXP.string_ || e.op == EXP.slice || e.op == EXP.
null_
;
[
all
...]
tokens.h
51
null_
,
member in class:TOK
297
null_
,
member in class:EXP
constfold.d
63
case EXP.
null_
:
727
if (e1.op == EXP.
null_
)
729
if (e2.op == EXP.
null_
)
745
else if (e2.op == EXP.
null_
)
921
if (e1.op == EXP.
null_
)
923
cmp = (e2.op == EXP.
null_
);
925
else if (e2.op == EXP.
null_
)
1508
if (e1.op == EXP.
null_
&& (e2.op == EXP.int64 || e2.op == EXP.structLiteral))
1514
else if ((e1.op == EXP.int64 || e1.op == EXP.structLiteral) && e2.op == EXP.
null_
)
1548
else if (e1.op == EXP.
null_
&& e2.op == EXP.null_
[
all
...]
templateparamsem.d
91
e.op == EXP.complex80 || e.op == EXP.
null_
|| e.op == EXP.string_)
tokens.d
42
null_
,
287
null_
,
452
TOK.
null_
,
658
TOK.
null_
: "null",
dinterpret.d
70
case EXP.
null_
:
2399
if (result.op == EXP.
null_
)
3733
e1.op == EXP.
null_
&& e1.type.toBasetype().ty == Tarray)
4033
else if (e1.op == EXP.
null_
)
4515
if (!pointToSameMemoryBlock(agg1, agg2) && agg1.op != EXP.
null_
&& agg2.op != EXP.
null_
)
4888
if (pthis.op == EXP.
null_
)
5031
if (econd.op != EXP.
null_
)
5065
if (e1.op != EXP.string_ && e1.op != EXP.arrayLiteral && e1.op != EXP.slice && e1.op != EXP.
null_
)
5201
if (agg.op == EXP.
null_
)
[
all
...]
dcast.d
1457
case EXP.
null_
: return visitNull(e.isNullExp());
3078
if ((t1.ty == Tsarray || t1.ty == Tarray) && (e2.op == EXP.
null_
&& t2.ty == Tpointer && t2.nextOf().ty == Tvoid || e2.op == EXP.arrayLiteral && t2.ty == Tsarray && t2.nextOf().ty == Tvoid && t2.isTypeSArray().dim.toInteger() == 0 || isVoidArrayLiteral(e2, t1)))
3090
if ((t2.ty == Tsarray || t2.ty == Tarray) && (e1.op == EXP.
null_
&& t1.ty == Tpointer && t1.nextOf().ty == Tvoid || e1.op == EXP.arrayLiteral && t1.ty == Tsarray && t1.nextOf().ty == Tvoid && t1.isTypeSArray().dim.toInteger() == 0 || isVoidArrayLiteral(e1, t2)))
3135
if (e1.op == EXP.
null_
&& e2.op != EXP.
null_
)
3137
else if (e1.op != EXP.
null_
&& e2.op == EXP.
null_
)
3162
if (e1.op == EXP.
null_
&& e2.op != EXP.
null_
)
3164
else if (e1.op != EXP.
null_
&& e2.op == EXP.null_
[
all
...]
dstruct.d
528
case EXP.
null_
:
dscope.d
596
tok = TOK.
null_
;
optimize.d
812
if (e.e1.op == EXP.
null_
&& (e.type.ty == Tpointer || e.type.ty == Tclass || e.type.ty == Tarray))
1121
if ((e.e1.isConst() && e.e2.isConst()) || (e.e1.op == EXP.
null_
&& e.e2.op == EXP.
null_
))
opover.d
908
if (t1.ty == Tclass && e.e2.op == EXP.
null_
||
909
t2.ty == Tclass && e.e1.op == EXP.
null_
)
parse.d
1940
case TOK.
null_
:
5637
case TOK.
null_
:
7124
case TOK.
null_
:
7942
case TOK.
null_
:
8609
case TOK.
null_
:
9379
EXP.
null_
: PREC.primary,
hdrgen.d
2563
case EXP.
null_
: return visitNull(e.isNullExp());
3451
if (e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.
null_
|| e.op == EXP.string_ || e.op == EXP.this_)
4021
EXP.
null_
: "null",
initsem.d
1340
if (e.op == EXP.
null_
)
expression.d
1636
inout(NullExp) isNullExp() { return op == EXP.
null_
? cast(typeof(return))this : null; }
2383
super(loc, EXP.
null_
, __traits(classInstanceSize, NullExp));
2391
if (e.op == EXP.
null_
&& type.equals(e.type))
expressionsem.d
9690
(telem.ty != Tvoid || e2x.op == EXP.
null_
) &&
11410
if (t1.ty == Tclass && exp.e2.op == EXP.
null_
|| t2.ty == Tclass && exp.e1.op == EXP.
null_
)
12979
case EXP.
null_
: return false;
13239
if (i < sd.fields.dim && e.op == EXP.
null_
)
dtemplate.d
437
case EXP.
null_
:
7265
if (ea.op != EXP.int64 && ea.op != EXP.float64 && ea.op != EXP.complex80 && ea.op != EXP.
null_
&& ea.op != EXP.string_ && ea.op != EXP.arrayLiteral && ea.op != EXP.assocArrayLiteral && ea.op != EXP.structLiteral)
typesem.d
3679
if (e.op == EXP.
null_
)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
json.d
89
null_
,
102
/* deprecated("Use .
null_
") */ NULL =
null_
,
360
/// Test whether the type is `JSONType.
null_
`
363
return type == JSONType.
null_
;
468
type_tag = JSONType.
null_
;
658
* or `JSONType.
null_
`.
662
enforce!JSONException(type == JSONType.object || type == JSONType.
null_
,
814
case JSONType.
null_
:
937
root.type_tag = JSONType.
null_
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
assert_fail.d
394
Opaque
null_
= null;
395
Opaque notNull = cast(Opaque) &
null_
;
396
test(
null_
, notNull, "null != <Opaque>");
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
1834
if (e->e1->op == EXP::
null_
)
Completed in 107 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026