Lines Matching defs:IsVolatile
1028 struct IsVolatile : FalseType {};1031 struct IsVolatile<volatile T> : TrueType {};1384 : WithCV<IsConst<T>::value, IsVolatile<T>::value,1431 : WithCV<IsConst<T>::value, IsVolatile<T>::value,