Lines Matching defs:saved
277 void pop(FunctionTypeDepthState saved) {
278 assert(getDepth() == saved.getDepth() + 1);
279 Bits = saved.Bits;
3572 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3578 FunctionTypeDepth.pop(saved);
3587 FunctionTypeDepthState saved = FunctionTypeDepth.push();
3647 FunctionTypeDepth.pop(saved);
5447 FunctionTypeDepthState saved = FunctionTypeDepth.push();
5462 FunctionTypeDepth.pop(saved);
6974 FunctionTypeDepthState saved = TrackReturnTypeTags.FunctionTypeDepth.push();
6978 TrackReturnTypeTags.FunctionTypeDepth.pop(saved);