Searched refs:InReturns (Results 1 – 4 of 4) sorted by relevance
69 bool InReturns = false; in Parse() local75 else if (InReturns) in Parse()90 InReturns = true; in Parse()109 else if (InReturns) in Parse()135 InReturns = false; in Parse()
67 bool InReturns = false; in Parse() local73 else if (InReturns) in Parse()88 InReturns = true; in Parse()107 else if (InReturns) in Parse()133 InReturns = false; in Parse()
362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()364 : Returns(InReturns), Params(InParams) {} in WasmSignature()
391 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()393 : Returns(InReturns), Params(InParams) {} in WasmSignature()