Home | History | Annotate | Download | only in dmd

Lines Matching refs:negatives

40  *      negatives = array to store negative clauses
44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions* negatives = null)
46 if (negatives)
47 negatives.setDim(0);
119 if (negatives && !opt.get())
120 negatives.push(before);
132 * negatives = array with negative clauses from `instantiated` expression
140 const Expression[] negatives, bool full, ref uint itemCount)
148 itemCount = visualizeFull(original, instantiated, negatives, buf);
150 itemCount = visualizeShort(original, instantiated, negatives, buf);
156 const Expression[] negatives, ref OutBuffer buf)
263 foreach (fe; negatives)
295 const Expression[] negatives, ref OutBuffer buf)
394 foreach (fe; negatives)