Searched refs:isImmutable (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h139 bool isImmutable; member in struct:llvm::MachineFrameInfo::StackObject
189 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID),
673 return Objects[ObjectIdx+NumFixedObjects].isImmutable;
680 Objects[ObjectIdx+NumFixedObjects].isImmutable = IsImmutable;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c734 if (t->isImmutable())
794 if (t->isImmutable() || t->isShared())
802 if (t->isImmutable() || t->isShared())
893 if (t->isImmutable() || t->isShared())
917 if (t->isImmutable() || t->isShared())
931 if (t->isImmutable() || t->isShared())
992 if (t->isImmutable() || t->isShared())
1002 if (t->isImmutable() || t->isShared())
1072 if (t->isImmutable() || t->isShared())
H A Dsideeffect.c132 else if (!tf->isImmutable())
H A Ddcast.c2765 if (!t1n->isImmutable() && !t2n->isImmutable() && t1n->isShared() != t2n->isShared())
2879 else if (!t1n->isImmutable() && !t2n->isImmutable() && t1n->isShared() != t2n->isShared())
2905 else if (!t1->isImmutable() && !t2->isImmutable() && t1->isShared() != t2->isShared())
2995 if (!t1->isImmutable() && !t2->isImmutable() && t1->isShared() != t2->isShared())
3151 if (!t1->isImmutable() && !t2->isImmutable()
[all...]
H A Dmtype.c380 if (isImmutable())
384 assert(ito->isImmutable());
402 if (isImmutable())
911 if (t->isImmutable())
1050 if (!t->isImmutable())
1856 if (isImmutable())
2643 !next->isImmutable())
2669 assert(ito->isImmutable());
2674 !next->isImmutable())
2691 !next->isImmutable())
[all...]
H A Ddeclaration.h145 bool isImmutable() { return (storage_class & STCimmutable) != 0; } function in class:Declaration
H A Ddeclaration.c1185 else if (type->isImmutable())
1534 type->isConst() || type->isImmutable())
H A Dmtype.h268 bool isImmutable() const { return (mod & MODimmutable) != 0; } function in class:Type
H A Doptimize.c41 if (v->isConst() || v->isImmutable() || v->storage_class & STCmanifest)
H A Dexpression.c1420 if (t->isImmutable())
2463 if (v->isImmutable())
2547 if (ff->type->isImmutable() ||
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d1366 if (t.isImmutable())
1468 if (t.isImmutable() || t.isShared())
1651 if (t.isImmutable() || t.isShared())
1659 if (t.isImmutable() || t.isShared())
1667 if (t.isImmutable() || t.isShared())
1783 if (t.isImmutable() || t.isShared())
1810 if (t.isImmutable() || t.isShared())
1824 if (t.isImmutable() || t.isShared())
1892 if (t.isImmutable() || t.isShared())
1900 if (t.isImmutable() ||
[all...]
H A Dtypinf.d64 else if (t.isImmutable())
H A Ddtoh.d805 if (adparent && tf && (tf.isConst() || tf.isImmutable()))
811 if (!tfv.isConst() && !tfv.isImmutable())
1861 if (t.isConst() || t.isImmutable())
1925 if (t.isConst() || t.isImmutable())
2023 if (t.isConst() || t.isImmutable())
2032 if (t.isConst() || t.isImmutable())
2041 if (t.isConst() || t.isImmutable())
2232 if (t.isConst() || t.isImmutable())
2236 if (t.isConst() || t.isImmutable())
H A Dsideeffect.d144 else if (!tf.isImmutable())
H A Ddcast.d653 if (!tn.isConst() && !tn.isImmutable())
3038 if (!t1n.isImmutable() && !t2n.isImmutable() && t1n.isShared() != t2n.isShared())
3139 else if (!t1n.isImmutable() && !t2n.isImmutable() && t1n.isShared() != t2n.isShared())
3166 else if (!t1.isImmutable() && !t2.isImmutable() && t1.isShared() != t2.isShared())
3271 if (!t1.isImmutable() && !t2.isImmutable() && t1.isShared() != t2.isShared())
3405 if (!t1.isImmutable()
[all...]
H A Dmtype.d1060 final bool isImmutable() const nothrow pure @nogc @safe
1150 if (isImmutable())
1154 assert(mcache.ito.isImmutable());
1171 if (isImmutable())
1709 if (t.isImmutable())
1833 if (!t.isImmutable())
2240 if (isImmutable())
2836 if (ty != Tfunction && next.ty != Tfunction && !next.isImmutable())
2862 assert(mcache.ito.isImmutable());
2866 if (ty != Tfunction && next.ty != Tfunction && !next.isImmutable())
[all...]
H A Dmtype.h255 bool isImmutable() const { return (mod & MODimmutable) != 0; } function in class:Type
H A Ddeclaration.h138 bool isImmutable() const { return (storage_class & STCimmutable) != 0; } function in class:Declaration
H A Ddeclaration.d177 var.type.isImmutable())
464 final bool isImmutable() const pure nothrow @nogc @safe
H A Doptimize.d79 (v.isConst() || v.isImmutable() || v.storage_class & STC.manifest))
H A Dinitsem.d1362 if (ae.type.nextOf().isImmutable() || ae.type.nextOf().isConst())
H A Descape.d2291 if (p.type.isConst() || p.type.isImmutable())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc106 else if (type->isImmutable ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc107 else if (type->isImmutable ())
H A Dexpr.cc2177 if (var && (var->isConst () || var->isImmutable ())
2708 if (tb->isImmutable ())

Completed in 310 milliseconds

12