Searched refs:convToVoid (Results 1 – 1 of 1) sorted by relevance
2905 const convToVoid = rs.exp.type.ty == Tvoid || rs.exp.type.ty == Tnoreturn; in package() local2907 if (tbret && tbret.ty == Tvoid || convToVoid) in package()2909 if (!convToVoid) in package()