Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c267 } else if (!MP_PARSE_NODE_IS_NULL(pn)) { in apply_to_single_or_list()
322 if (!MP_PARSE_NODE_IS_NULL(pn)) { in c_tuple()
497 assert(!MP_PARSE_NODE_IS_NULL(pn)); in c_assign()
981 if (MP_PARSE_NODE_IS_NULL(pn)) { in c_del_stmt()
1105 if (MP_PARSE_NODE_IS_NULL(pn)) { in do_import_name()
1336 !(MP_PARSE_NODE_IS_NULL(pns->nodes[2]) && MP_PARSE_NODE_IS_NULL(pns->nodes[3])) in compile_if_stmt()
1996 if (MP_PARSE_NODE_IS_NULL(pn_rhs)) { in compile_expr_stmt()
2563 if (MP_PARSE_NODE_IS_NULL(pn)) { in compile_atom_brace_helper()
2695 if (MP_PARSE_NODE_IS_NULL(pn)) { in compile_subscript()
2808 if (MP_PARSE_NODE_IS_NULL(pn)) { in compile_node()
[all …]
A Dparse.h63 #define MP_PARSE_NODE_IS_NULL(pn) ((pn) == MP_PARSE_NODE_NULL) macro
A Dparse.c349 if (MP_PARSE_NODE_IS_NULL(*pn)) { in mp_parse_node_extract_list()
377 if (MP_PARSE_NODE_IS_NULL(pn)) { in mp_parse_node_print()
700 if (!MP_PARSE_NODE_IS_NULL(pn1) in fold_constants()
803 if (MP_PARSE_NODE_IS_NULL(pn)) { in push_result_rule()

Completed in 15 milliseconds