Lines Matching defs:ir
8311 auto ir = IntervalRange!(Date, Direction.fwd)(interval, &dateFunc); variable
8317 auto ir = IntervalRange!(TimeOfDay, Direction.fwd)(interval, &todFunc); variable
8323 auto ir = IntervalRange!(DateTime, Direction.fwd)(interval, &dtFunc); variable
8330 auto ir = IntervalRange!(SysTime, Direction.fwd)(interval, &stFunc); variable
8754 auto ir = PosInfIntervalRange!Date(posInfInterval, &dateFunc); variable
8760 auto ir = PosInfIntervalRange!(TimeOfDay)(posInfInterval, &todFunc); variable
8766 auto ir = PosInfIntervalRange!(DateTime)(posInfInterval, &dtFunc); variable
8772 auto ir = PosInfIntervalRange!SysTime(posInfInterval, &stFunc); variable
9036 auto ir = NegInfIntervalRange!Date(negInfInterval, &dateFunc); variable
9042 auto ir = NegInfIntervalRange!(TimeOfDay)(negInfInterval, &todFunc); variable
9048 auto ir = NegInfIntervalRange!(DateTime)(negInfInterval, &dtFunc); variable
9054 auto ir = NegInfIntervalRange!(SysTime)(negInfInterval, &stFunc); variable