Searched refs:hasVoidReturn (Results 1 – 4 of 4) sorted by relevance
654 if (hasVoidReturn()) in getReturnType()663 if (hasVoidReturn()) in getReturnTypes()672 bool FuncType::hasVoidReturn() const { return !getOptionalReturnType(); } in hasVoidReturn() function in FuncType
747 if (fnType.hasVoidReturn() && op->getNumResults() != 0) in verifyCallCommInSymbolUses()751 if (!fnType.hasVoidReturn() && op->getNumResults() != 1) in verifyCallCommInSymbolUses()755 if (!fnType.hasVoidReturn() && in verifyCallCommInSymbolUses()
283 if (!cgf.curFn.getFunctionType().hasVoidReturn()) { in emitReturn()
454 bool hasVoidReturn() const;