Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dlexer.h66 MP_TOKEN_KW_TRUE, enumerator
H A Dparse.c326 return MP_PARSE_NODE_IS_TOKEN_KIND(pn, MP_TOKEN_KW_TRUE) in mp_parse_node_is_const_true()
597 pn = mp_parse_node_new_leaf(MP_PARSE_NODE_TOKEN, MP_TOKEN_KW_TRUE); in fold_logical_constants()
H A Dlexer.c695 … lex->tok_kind = (MP_STATE_VM(mp_optimise_value) == 0 ? MP_TOKEN_KW_TRUE : MP_TOKEN_KW_FALSE); in mp_lexer_to_next()
H A Demitbc.c517 …MP_STATIC_ASSERT(MP_BC_LOAD_CONST_FALSE + (MP_TOKEN_KW_TRUE - MP_TOKEN_KW_FALSE) == MP_BC_LOAD_CON… in mp_emit_bc_load_const_tok()