Searched refs:get_next (Results 1 – 9 of 9) sorted by relevance
399 get_next = self.tail403 get_next = self.head416 tail_id = get_next(edge)498 get_next = self.tail501 get_next = self.head509 tail = get_next(edge)525 get_next = self.tail528 get_next = self.head542 tail = get_next(edge)558 get_next = self.tail[all …]
291 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()292 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()299 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()300 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()761 exec_node* next = ir->get_next(); in visit()794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next(); in visit()[all …]
178 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in visit_leave()
103 const exec_node *get_next() const in get_next() function108 exec_node *get_next() in get_next() function
47 get_next = lambda x: x.__next__ function78 get_next = lambda x: x.next function
32 get_next, encode_filename, PY2, PYPY1152 self._next = get_next(self._gen)1180 self._next = get_next(generator(get_next(self._gen)))
448 def get_next(self): member in ObjIterator462 ret = self.get_next()480 def get_next(self): member in ReverseObjIterator
307 def get_next(self): member in xmlCore393 next = property(get_next, None, None, "Next sibling node")
521 Statement* get_next = factory()->NewExpressionStatement( in VisitArrayLiteral() local578 body->statements()->Add(get_next, zone()); in VisitArrayLiteral()