Home | History | Annotate | Download | only in lower_jumps

Lines Matching refs:return_

92 def return_(value = None):
309 complex_if('', return_())
326 complex_if('', return_())
344 return_()
358 return_(const_float(1))
372 complex_if('', return_(const_float(1))) +
373 return_(const_float(2))
391 simple_if('a', return_(const_float(1)),
392 return_(const_float(2)))
415 complex_if('a', return_()) +
416 simple_if('b', simple_if('c', return_(), return_()))
438 complex_if('a', return_()) +
440 return_())) +
582 return_()) +
604 return_(const_float(2))) +
606 return_(const_float(4))