Home | History | Annotate | Download | only in src

Lines Matching full:folding

133    * Exercise constant folding on negation.
213 * Exercise constant folding on addition.
331 * Exercise constant folding on subtraction.
420 * Exercise constant folding on multiplication.
509 * Exercise constant folding on division.
602 * Exercise constant folding on remainder.
695 * Exercise constant folding on left shift.
739 * Exercise constant folding on right shift.
783 * Exercise constant folding on unsigned right shift.
827 * Exercise constant folding on logical and.
872 * Exercise constant folding on logical or.
917 * Exercise constant folding on logical exclusive or.
962 * Exercise constant folding on constant (static) condition.
991 * Exercise constant folding on constant (static) condition for null references.
1018 * Exercise constant folding on a program with condition
1325 * Exercise constant folding on type conversions.