Lines Matching defs:pop
241 Ok(self.pop().unwrap().unwrap_expr())
319 let mut cls = self.pop().unwrap().unwrap_class_unicode();
334 let mut cls = self.pop().unwrap().unwrap_class_bytes();
352 let expr = self.pop().unwrap().unwrap_expr();
356 let expr = self.pop().unwrap().unwrap_expr();
357 let old_flags = self.pop().unwrap().unwrap_group();
363 while let Some(HirFrame::Expr(expr)) = self.pop() {
373 while let Some(HirFrame::Expr(expr)) = self.pop() {
412 let mut cls = self.pop().unwrap().unwrap_class_unicode();
416 let mut cls = self.pop().unwrap().unwrap_class_bytes();
424 let mut cls = self.pop().unwrap().unwrap_class_unicode();
428 let mut cls = self.pop().unwrap().unwrap_class_bytes();
438 let mut cls = self.pop().unwrap().unwrap_class_unicode();
443 let mut cls = self.pop().unwrap().unwrap_class_bytes();
450 let mut cls = self.pop().unwrap().unwrap_class_unicode();
457 let mut cls = self.pop().unwrap().unwrap_class_unicode();
462 let mut cls = self.pop().unwrap().unwrap_class_bytes();
469 let mut cls1 = self.pop().unwrap().unwrap_class_unicode();
476 let mut cls2 = self.pop().unwrap().unwrap_class_unicode();
480 let mut cls1 = self.pop().unwrap().unwrap_class_bytes();
487 let mut cls2 = self.pop().unwrap().unwrap_class_bytes();
533 let mut rhs = self.pop().unwrap().unwrap_class_unicode();
534 let mut lhs = self.pop().unwrap().unwrap_class_unicode();
535 let mut cls = self.pop().unwrap().unwrap_class_unicode();
558 let mut rhs = self.pop().unwrap().unwrap_class_bytes();
559 let mut lhs = self.pop().unwrap().unwrap_class_bytes();
560 let mut cls = self.pop().unwrap().unwrap_class_bytes();
606 fn pop(&self) -> Option<HirFrame> {
607 self.trans().stack.borrow_mut().pop()