Searched refs:raise_exc (Results 1 – 3 of 3) sorted by relevance
39 STATIC NORETURN void raise_exc(mp_obj_t exc, mp_lexer_t *lex) { in raise_exc() function151 raise_exc(exc, lex); in mp_parse_num_integer()155 raise_exc(exc, lex); in mp_parse_num_integer()164 raise_exc(exc, lex); in mp_parse_num_integer()347 …raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("complex values not supporte… in mp_parse_num_decimal()355 …raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("invalid syntax for number")… in mp_parse_num_decimal()358 …raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("decimal numbers not support… in mp_parse_num_decimal()
66 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() argument77 if (raise_exc) { in mp_handle_pending()152 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() argument156 if (raise_exc) { in mp_handle_pending()
69 void mp_handle_pending(bool raise_exc);
Completed in 4 milliseconds