Lines Matching defs:IsVoid
843 struct IsVoid : detail::IsVoidHelper<typename RemoveCV<T>::Type> {};
1220 : IntegralConstant<bool, IsVoid<B>::value>
1225 : IntegralConstant<bool, IsVoid<A>::value>
1288 template<typename T, Voidness V = IsVoid<T>::value ? TIsVoid : TIsNotVoid>
1312 template<typename T, Voidness V = IsVoid<T>::value ? TIsVoid : TIsNotVoid>
45847 typename = EnableIf<!IsVoid<AlignType>::value>>
45872 IsVoid<T>::value,
66459 bool IsVoid() const
67527 bool IsVoid() const
72477 return aString.IsVoid();
79417 } else if (aString.IsVoid()) {
79455 return mIsNull || (mString && mString->IsVoid());
88862 if (localName.IsVoid()) {
116713 static_assert(IsVoid<decltype(mFunction())>::value,
127358 if (str.IsVoid()) {
155512 if (str.IsVoid()) {