Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c263 int num_nodes = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in apply_to_single_or_list()
273 int num_nodes = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in compile_generic_all_nodes()
327 int n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns_list); in c_tuple()
354 int n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in c_if_cond()
414 int n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns1); in c_assign_atom_expr()
1124 int n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in do_import_name()
2163 int n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in compile_or_and_test()
2179 int num_nodes = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in compile_comparison()
2239 int num_nodes = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in compile_binary_op()
2248 int num_nodes = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in compile_term()
[all …]
A Dparse.h77 #define MP_PARSE_NODE_STRUCT_NUM_NODES(pns) ((pns)->kind_num_nodes >> 8) macro
A Demitinlinethumb.c256 assert(MP_PARSE_NODE_STRUCT_NUM_NODES(pns) == 1); // should always be in get_arg_reglist()
323 if (MP_PARSE_NODE_STRUCT_NUM_NODES(pns) != 2) { in get_arg_addr()
A Dparse.c362 return MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in mp_parse_node_extract_list()
409 size_t n = MP_PARSE_NODE_STRUCT_NUM_NODES(pns); in mp_parse_node_print()

Completed in 16 milliseconds