Searched refs:isNullToStr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | conv.d | 159 template isNullToStr(S, T) in isNullToStr() function 161 enum isNullToStr = isImplicitlyConvertible!(S, T) && in isNullToStr() local 458 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) 882 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) && 1026 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) &&
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | conv.d | 168 template isNullToStr(S, T) in isNullToStr() function 170 enum isNullToStr = isImplicitlyConvertible!(S, T) && in isNullToStr() local 546 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) 997 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) && 1142 !isEnumStrToStr!(S, T) && !isNullToStr!(S, T)) &&
|