Home
last modified time | relevance | path

Searched refs:MP_PARSE_NODE_IS_TOKEN (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.h70 #define MP_PARSE_NODE_IS_TOKEN(pn) (((pn) & 0x0f) == MP_PARSE_NODE_TOKEN) macro
A Dcompile.c1171 …if (MP_PARSE_NODE_IS_TOKEN(pn_import_source) || MP_PARSE_NODE_IS_STRUCT_KIND(pn_import_source, PN_… in compile_import_from()
2036 assert(MP_PARSE_NODE_IS_TOKEN(pns1->nodes[0])); in compile_expr_stmt()
2192 if (MP_PARSE_NODE_IS_TOKEN(pns->nodes[i])) { in compile_comparison()

Completed in 9 milliseconds