Home
last modified time | relevance | path

Searched defs:hasDST (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d234 immutable hasDST = dstOffset != Duration.zero; variable
751 @property override bool hasDST() @trusted const nothrow in hasDST() function
1153 @property override bool hasDST() @safe const nothrow in utcToTZ() function
1279 @property override bool hasDST() @safe const nothrow in hasDST() function
1907 @property override bool hasDST() @safe const nothrow in utcOffset() function
2362 bool hasDST = false; variable
2721 bool hasDST) @safe immutable pure in this()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d201 immutable hasDST = dstOffset != Duration.zero; variable
707 @property override bool hasDST() @trusted const nothrow in immutable() function
1095 @property override bool hasDST() @safe const nothrow in utcToTZ() function
1219 @property override bool hasDST() @safe const nothrow in hasDST() function
1789 @property override bool hasDST() @safe const nothrow in utcOffset() function
2236 bool hasDST = false; variable
2582 bool hasDST) @safe immutable pure in this()