Home
last modified time | relevance | path

Searched refs:MP_PARSE_NODE_LEAF_KIND (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.h73 #define MP_PARSE_NODE_LEAF_KIND(pn) ((pn) & 0x0f) macro
A Dparse.c384 switch (MP_PARSE_NODE_LEAF_KIND(pn)) { in mp_parse_node_print()
395 assert(MP_PARSE_NODE_LEAF_KIND(pn) == MP_PARSE_NODE_TOKEN); in mp_parse_node_print()
A Dcompile.c2831 switch (MP_PARSE_NODE_LEAF_KIND(pn)) { in compile_node()
3034 …if (!(MP_PARSE_NODE_IS_LEAF(pn) && MP_PARSE_NODE_LEAF_KIND(pn) == MP_PARSE_NODE_TOKEN && MP_PARSE_… in check_for_doc_string()
3051 && MP_PARSE_NODE_LEAF_KIND(pns->nodes[0]) == MP_PARSE_NODE_STRING) in check_for_doc_string()

Completed in 15 milliseconds