Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.h64 #define MP_PARSE_NODE_IS_LEAF(pn) ((pn) & 3) macro
A Dparse.c352 } else if (MP_PARSE_NODE_IS_LEAF(*pn)) { in mp_parse_node_extract_list()
382 } else if (MP_PARSE_NODE_IS_LEAF(pn)) { in mp_parse_node_print()
981 if ((MP_PARSE_NODE_IS_LEAF(p) && !MP_PARSE_NODE_IS_ID(p)) in mp_parse()
A Dcompile.c498 if (MP_PARSE_NODE_IS_LEAF(pn)) { in c_assign()
2006 if ((MP_PARSE_NODE_IS_LEAF(pns->nodes[0]) && !MP_PARSE_NODE_IS_ID(pns->nodes[0])) in compile_expr_stmt()
2829 } else if (MP_PARSE_NODE_IS_LEAF(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()
3050 if ((MP_PARSE_NODE_IS_LEAF(pns->nodes[0]) in check_for_doc_string()

Completed in 13 milliseconds