Searched defs:IsVoid (Results 1 – 11 of 11) sorted by relevance
53 bool Signature::IsVoid() const { in IsVoid() function in art::Signature
141 using IsVoid = typename std::enable_if_t<std::is_void<T1>::value, int>; member
47 func (f exprFlags) IsVoid() bool { return f&1 != 0 } func
383 func (tv TypeAndValue) IsVoid() bool { func
386 func (tv TypeAndValue) IsVoid() bool { func
243 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local
245 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local
763 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
637 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
773 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
1586 func (t *Type) IsVoid() bool { return t == TypeVoid } func