Home
last modified time | relevance | path

Searched refs:day_valid (Results 1 – 1 of 1) sorted by relevance

/dports/misc/tudu/tudu-0.10.3/src/
H A Ddate.cc177 bool day_valid = false; in operator +() local
190 if (d._day <= 31) day_valid = true; in operator +()
197 if (d._day <= 30) day_valid = true; in operator +()
204 if (d._day <= 29) day_valid = true; in operator +()
209 if (d._day <= 28) day_valid = true; in operator +()
215 if (!day_valid) in operator +()
224 } while (!day_valid); in operator +()