Searched refs:isref (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dderef.c92 /* isref --- decide if we've seen a texinfo cross reference */
95 isref(char *cp) function
123 count = isref(cp);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsideeffect.d120 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1;
149 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1;
H A Dsemantic3.d600 bool inferRef = (f.isref && (funcdecl.storage_class & STC.auto_));
644 if (inferRef && f.isref && !exp.type.constConv(f.next)) // https://issues.dlang.org/show_bug.cgi?id=13336
645 f.isref = false;
649 if (f.isref) // Function returns a reference
909 if (f.isref && !MODimplicitConv(exp.type.mod, tret.mod) && !tret.isTypeSArray())
916 if (f.isref)
H A Descape.d1112 if (!tf.isref)
1377 if (tf.isref)
1718 if (tf.isref)
1773 if (tf.isref)
1994 if (tf.isref)
2041 if (tf.isref)
H A Dmtype.d267 * isref = if true, check `ref t`; otherwise, check just `t`
270 int mutabilityOfType(bool isref, Type t)
272 if (isref)
602 notcovariant |= !fparam1.isCovariant(t1.isref, fparam2);
652 if (t1.isref && t2.isref)
677 if (t1.isref != t2.isref)
680 if (!t1.isref && (t1.isScopeQual || t2.isScopeQual))
696 if (!Parameter.isCovariantScope(t1.isref, stc
[all...]
H A Dmtype.h624 bool isref() const;
625 void isref(bool v);
H A Dcppmangle.d215 if (tf.isref)
1882 if (t.isref)
H A Dstatementsem.d1269 if (!ftt.isref)
2823 bool inferRef = (tf.isref && (fd.storage_class & STC.auto_));
2879 const returnSharedRef = (tf.isref && (fd.inferRetType || tret.isShared()));
2982 tf.isref = false; // return by value
3049 tf.isref = false;
H A Dfunc.d1599 if (tf.isref)
2230 if (tf.isref)
2807 if (tf.isref)
H A Dtypesem.d1192 tf.isref = true;
1204 // if (tf.isreturn && !tf.isref)
1262 if (tf.isreturn && !tf.isref && !tf.next.hasPointers())
1443 if (0 && !tf.isref)
1456 if (tf.isref)
H A Ddmangle.d367 if (ta.isref)
H A Dexpression.d3984 tfy.isref = tfx.isref;
5103 if (tf && tf.isref)
5128 if (tf.isref)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c234 if (ta->purity || ta->isnothrow || ta->isnogc || ta->isproperty || ta->isref || ta->trust || ta->isreturn || ta->isscope)
240 if (ta->isref)
H A Descape.c656 if (tf->isref)
1142 if (tf->isref)
1184 else if ((dve->var->storage_class & STCref) || tf->isref)
H A Dmtype.c2025 t->isref = isref;
5153 this->isref = false;
5170 this->isref = true;
5207 t->isref = isref;
5304 notcovariant |= !fparam1->isCovariant(t1->isref, fparam2);
5372 if (t1->isref != t2->isref)
5375 if (!t1->isref
5846 purityOfType(bool isref, Type *t) argument
[all...]
H A Dfunc.c578 if (tf->isref) sc->stc |= STCref;
708 tfo->isref = tfx->isref;
720 if ((storage_class & STCauto) && !f->isref && !inferRetType)
1710 bool inferRef = (f->isref && (storage_class & STCauto));
1754 if (inferRef && f->isref && !exp->type->constConv(f->next)) // Bugzilla 13336
1755 f->isref = false;
1759 if (f->isref) // Function returns a reference
1974 if (f->isref)
2611 if (tf->isref)
[all...]
H A Dcppmangle.c982 if (t->isref)
H A Dexpression.c308 if (!tf->isref && e2)
412 if (!e2 || tf->isref)
1566 (tf->isref || !tf->next->implicitConvTo(tf->next->immutableOf())))
4752 tfy->isref = tfx->isref;
5549 if (tb->ty == Tfunction && ((TypeFunction *)tb)->isref)
5575 if (tf->isref)
H A Dstatementsem.c2715 bool inferRef = (tf->isref && (fd->storage_class & STCauto));
2852 tf->isref = false; // return by value
2855 tf->isref = false; // return by value
2870 if (tf->isref)
2920 tf->isref = false;
H A Dmtype.h605 bool isref; // true: returns a reference member in class:TypeFunction
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc463 if (tf->isref ())
H A Dtypes.cc875 if (t->isref ())
H A Dtoir.cc978 gcc_assert (!tf->isref ());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc739 if (t->isref)
H A Dexpr.cc1864 if (tf->isref)
3149 if (tf->isref)

Completed in 390 milliseconds

12