Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime.h61 extern const byte mp_unary_op_method_name[];
A Dobjtype.c371 const byte mp_unary_op_method_name[MP_UNARY_OP_NUM_RUNTIME] = { variable
402 qstr op_name = mp_unary_op_method_name[op]; in instance_unary_op()
A Druntime.c236 DEBUG_OP_printf("unary " UINT_FMT " %q %p\n", op, mp_unary_op_method_name[op], arg); in mp_unary_op()
308 mp_unary_op_method_name[op], mp_obj_get_type_str(arg)); in mp_unary_op()
A Demitnative.c2309 MP_ERROR_TEXT("unary op %q not implemented"), mp_unary_op_method_name[op]); in emit_native_unary_op()

Completed in 15 milliseconds