IsSigned 204 Source/platform/CheckedInt.h IsSigned<IntegerType>::value IsSigned 235 Source/platform/CheckedInt.h IsSigned<IntegerType>::value IsSigned 278 Source/platform/CheckedInt.h bool IsTSigned = IsSigned<T>::value, IsSigned 279 Source/platform/CheckedInt.h bool IsUSigned = IsSigned<U>::value> IsSigned 304 Source/platform/CheckedInt.h bool IsTSigned = IsSigned<T>::value, IsSigned 305 Source/platform/CheckedInt.h bool IsUSigned = IsSigned<U>::value, IsSigned 376 Source/platform/CheckedInt.h return IsSigned<T>::value IsSigned 392 Source/platform/CheckedInt.h return IsSigned<T>::value IsSigned 398 Source/platform/CheckedInt.h bool IsSigned = IsSigned<T>::value, IsSigned 403 Source/platform/CheckedInt.h template<typename T, bool IsSigned> IsSigned 404 Source/platform/CheckedInt.h struct IsMulValidImpl<T, IsSigned, true> IsSigned 460 Source/platform/CheckedInt.h !(IsSigned<T>::value && x == MinValue<T>::value && y == T(-1)); IsSigned 464 Source/platform/CheckedInt.h template<typename T, bool IsSigned = IsSigned<T>::value>