Searched refs:InReturns (Results 1 – 2 of 2) sorted by relevance
68 bool InReturns = false; in Parse() local74 else if (InReturns) in Parse()89 InReturns = true; in Parse()108 else if (InReturns) in Parse()134 InReturns = false; in Parse()
314 WasmSignature(SmallVector<wasm::ValType, 1> &&InReturns, in WasmSignature()316 : Returns(InReturns), Params(InParams) {} in WasmSignature()