Home
last modified time | relevance | path

Searched refs:put_goto (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DNodes.py1819 code.put_goto(code.return_label)
1877 code.put_goto(code.return_from_error_cleanup_label)
3040 code.put_goto(code.return_label)
3180 code.put_goto(end_label)
3349 code.put_goto(argtuple_error_label)
3356 code.put_goto(argtuple_error_label)
3394 code.put_goto(argtuple_error_label)
3397 code.put_goto(argtuple_error_label)
3411 code.put_goto(success_label)
3517 code.put_goto(argtuple_error_label)
[all …]
DExprNodes.py6052 code.put_goto(unpacking_error_label)
6064 code.put_goto(unpacking_error_label)
6077 code.put_goto(unpacking_done_label)
6457 code.put_goto(exit_scope)
6464 code.put_goto(old_label)
9398 code.put_goto(code.error_label)
DCode.py1673 def put_goto(self, lbl): member in CCodeWriter
DModuleNode.py2118 code.put_goto(code.return_label)