Home
last modified time | relevance | path

Searched refs:label_qstr (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitinlinextensa.c187 qstr label_qstr = MP_PARSE_NODE_LEAF_ARG(pn); in get_arg_label() local
189 if (emit->label_lookup[i] == label_qstr) { in get_arg_label()
195 …new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("label '%q' not defined"), label_qstr)); in get_arg_label()
A Demitinlinethumb.c341 qstr label_qstr = MP_PARSE_NODE_LEAF_ARG(pn); in get_arg_label() local
343 if (emit->label_lookup[i] == label_qstr) { in get_arg_label()
349 …new_exception_msg_varg(&mp_type_SyntaxError, MP_ERROR_TEXT("label '%q' not defined"), label_qstr)); in get_arg_label()

Completed in 5 milliseconds