Lines Matching defs:saved
275 void pop(FunctionTypeDepthState saved) {
276 assert(getDepth() == saved.getDepth() + 1);
277 Bits = saved.Bits;
3687 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3693 FunctionTypeDepth.pop(saved);
3702 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3762 FunctionTypeDepth.pop(saved);
5612 FunctionTypeDepthState saved = FunctionTypeDepth.push();
5627 FunctionTypeDepth.pop(saved);
7154 FunctionTypeDepthState saved = TrackReturnTypeTags.FunctionTypeDepth.push();
7158 TrackReturnTypeTags.FunctionTypeDepth.pop(saved);