Searched refs:InReturns (Results 1 – 2 of 2) sorted by relevance
58 bool InReturns = false; in Parse() local64 else if (InReturns) in Parse()79 InReturns = true; in Parse()98 else if (InReturns) in Parse()124 InReturns = false; in Parse()
497 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()499 : Returns(InReturns), Params(InParams) {} in WasmSignature()