Searched refs:MP_PARSE_NODE_STRUCT_KIND (Results 1 – 4 of 4) sorted by relevance
355 if (MP_PARSE_NODE_STRUCT_KIND(pns) == PN_or_test) { in c_if_cond()517 switch (MP_PARSE_NODE_STRUCT_KIND(pns)) { in c_assign()918 if (MP_PARSE_NODE_STRUCT_KIND(pns_body) == PN_funcdef) { in compile_decorated()1031 if (MP_PARSE_NODE_STRUCT_KIND(pns) == PN_break_stmt) { in compile_break_cont_stmt()1968 if (MP_PARSE_NODE_STRUCT_KIND(pns0) == PN_funcdef) { in compile_async_stmt()1982 if (MP_PARSE_NODE_STRUCT_KIND(pns0) == PN_for_stmt) { in compile_async_stmt()2016 int kind = MP_PARSE_NODE_STRUCT_KIND(pns1); in compile_expr_stmt()2204 int kind = MP_PARSE_NODE_STRUCT_KIND(pns2); in compile_comparison()2684 if (MP_PARSE_NODE_STRUCT_KIND(pns) == PN_subscript_2) { in compile_subscript()2911 if (MP_PARSE_NODE_STRUCT_KIND(pns) == pn_name) { in compile_scope_func_lambda_param()[all …]
66 …T_KIND(pn, k) ((pn) != MP_PARSE_NODE_NULL && ((pn) & 3) == 0 && MP_PARSE_NODE_STRUCT_KIND((mp_pars…76 #define MP_PARSE_NODE_STRUCT_KIND(pns) ((pns)->kind_num_nodes & 0xff) macro
357 if (MP_PARSE_NODE_STRUCT_KIND(pns) != pn_kind) { in mp_parse_node_extract_list()402 if (MP_PARSE_NODE_STRUCT_KIND(pns) == RULE_const_object) { in mp_parse_node_print()411 …f(print, "%s(%u) (n=%u)\n", rule_name_table[MP_PARSE_NODE_STRUCT_KIND(pns)], (uint)MP_PARSE_NODE_S… in mp_parse_node_print()413 mp_printf(print, "rule(%u) (n=%u)\n", (uint)MP_PARSE_NODE_STRUCT_KIND(pns), (uint)n); in mp_parse_node_print()
266 if (MP_PARSE_NODE_STRUCT_KIND(pns) == PN_dictorsetmaker) { in get_arg_reglist()269 if (MP_PARSE_NODE_STRUCT_KIND(pns1) == PN_dictorsetmaker_list) { in get_arg_reglist()
Completed in 16 milliseconds