Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d9574 enum hasOverloadedOpBinaryWithSelf = is(typeof(T.init - T.init) == Duration); in isTimePoint() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d10065 enum hasOverloadedOpBinaryWithSelf = is(typeof(T.init - T.init) == Duration); in isTimePoint() local