HomeSort by: relevance | last modified time | path
    Searched refs:isref (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl2/texinfo/dist/util/
deref.c 92 /* isref --- decide if we've seen a texinfo cross reference */
95 isref(char *cp) function
123 count = isref(cp);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
sideeffect.d 120 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1;
149 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1;
escape.d 1112 if (!tf.isref)
1377 if (tf.isref)
1718 if (tf.isref)
1773 if (tf.isref)
1994 if (tf.isref)
2041 if (tf.isref)
semantic3.d 600 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)
mtype.d 267 * 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, stc1, stc2)
    [all...]
mtype.h 300 virtual unsigned char deduceWild(Type *t, bool isRef);
384 unsigned char deduceWild(Type *t, bool isRef);
624 bool isref() const;
625 void isref(bool v);
798 unsigned char deduceWild(Type *t, bool isRef);
854 unsigned char deduceWild(Type *t, bool isRef);
cppmangle.d 215 if (tf.isref)
1882 if (t.isref)
statementsem.d 1269 if (!ftt.isref)
1508 bool isRef = (p.storageClass & STC.ref_) != 0;
1512 Type ti = (isRef ? taa.index.addMod(MODFlags.const_) : taa.index);
1513 if (isRef ? !ti.constConv(ta) : !ti.implicitConvTo(ta))
1520 isRef = (p.storageClass & STC.ref_) != 0;
1524 if (isRef ? !taav.constConv(ta) : !taav.implicitConvTo(ta))
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
    [all...]
func.d 1599 if (tf.isref)
2230 if (tf.isref)
2807 if (tf.isref)
dmangle.d 367 if (ta.isref)
typesem.d 1192 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)
dsymbolsem.d 3141 if (tf.isref)
3228 tfo.isref = f.isref;
3256 if ((funcdecl.storage_class & STC.auto_) && !f.isref && !funcdecl.inferRetType)
expression.d 3984 tfy.isref = tfx.isref;
5103 if (tf && tf.isref)
5128 if (tf.isref)
dtoh.d 2277 if (tf.isref)
dinterpret.d 691 if (tf.isref && e.op == EXP.variable && e.isVarExp().var == fd.vthis)
693 if (tf.isref && fd.hasDualContext() && e.op == EXP.index)
1032 if (tf.isref)
expressionsem.d 1178 if (!tf.isref && e2)
1295 if (!e2 || tf.isref)
1873 (tf.isref || !tf.next.implicitConvTo(tf.next.immutableOf())))
2299 const bool isRef = parameter && parameter.isReference();
2316 const bool needsDtor = !isRef && arg.type.needsDestruction() &&
2325 !isRef ? arg : arg.addressOf());
2366 if (isRef)
2390 if (!isRef && tv.ty == Tstruct)
13062 if (tf.isref && sc.func && !sc.intypeof && !(sc.flags & SCOPE.debug_)
dtemplate.d 2432 tf.isref = 1;
4002 if (!a.isCovariant(t.isref, ap) ||
dcast.d 880 if (tf.isref)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc 463 if (tf->isref ())
types.cc 875 if (t->isref ())
toir.cc 978 gcc_assert (!tf->isref ());
expr.cc 1789 if (tf->isref ())
3110 if (tf->isref ())

Completed in 58 milliseconds