Searched refs:IsVoid (Results 1 – 5 of 5) sorted by relevance
245 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local259 cloneInstForMustTail(RI, TI, IsVoid ? nullptr : V); in copyMustTailReturn()
763 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local765 if (IsVoid) { in selectCall()871 if (!IsVoid) in selectCall()882 if (!IsVoid) in selectCall()
123 bool IsVoid() const { return IsAbstractName(VOID_TYPE_STRING); } in IsVoid() function129 bool IsVoidOrNever() const { return IsVoid() || IsNever(); } in IsVoidOrNever()
375 } else if (!macro->signature().return_type->IsVoid()) { in InlineMacro()1372 if (!try_result.type()->IsVoidOrNever() && label_result->IsVoid()) { in Visit()1379 if (label_result->IsVoid() && try_result.type()->IsNever()) { in Visit()
843 struct IsVoid : detail::IsVoidHelper<typename RemoveCV<T>::Type> {}; struct1220 : 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 in IsVoid() function in mozilla::detail::nsStringRepr67527 bool IsVoid() const in IsVoid() function in mozilla::detail::nsCStringRepr72477 return aString.IsVoid(); in DOMStringIsNull()[all …]