Searched refs:InReturns (Results 1 – 2 of 2) sorted by relevance
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()
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature()410 : Returns(InReturns), Params(InParams) {} in WasmSignature()