Searched refs:MP_PARSE_NODE_IS_ID (Results 1 – 5 of 5) sorted by relevance
90 if (!MP_PARSE_NODE_IS_ID(pn_params[i])) { in emit_inline_xtensa_count_params()143 if (MP_PARSE_NODE_IS_ID(pn)) { in get_arg_str()183 if (!MP_PARSE_NODE_IS_ID(pn)) { in get_arg_label()
106 if (!MP_PARSE_NODE_IS_ID(pn_params[i])) { in emit_inline_thumb_count_params()173 if (MP_PARSE_NODE_IS_ID(pn)) { in get_arg_str()261 if (MP_PARSE_NODE_IS_ID(pn)) { in get_arg_reglist()337 if (!MP_PARSE_NODE_IS_ID(pn)) { in get_arg_label()647 if (MP_PARSE_NODE_IS_ID(pn_args[1])) { in emit_inline_thumb_op()784 if (MP_PARSE_NODE_IS_ID(pn_args[2])) { in emit_inline_thumb_op()
69 #define MP_PARSE_NODE_IS_ID(pn) (((pn) & 0x0f) == MP_PARSE_NODE_ID) macro
499 if (MP_PARSE_NODE_IS_ID(pn)) { in c_assign()649 if (MP_PARSE_NODE_IS_ID(pn)) { in compile_funcdef_lambdef_param()949 if (MP_PARSE_NODE_IS_ID(pn)) { in c_del_stmt()1109 } else if (MP_PARSE_NODE_IS_ID(pn)) { in do_import_name()1522 if (MP_PARSE_NODE_IS_ID(pns_it->nodes[0]) in compile_for_stmt()2141 if (!MP_PARSE_NODE_IS_ID(pn_name)) { in compile_namedexpr_helper()2293 && MP_PARSE_NODE_IS_ID(pns->nodes[0]) in compile_atom_expr_normal()2336 } else if (MP_PARSE_NODE_IS_ID(pns->nodes[0]) in compile_atom_expr_normal()2899 if (MP_PARSE_NODE_IS_ID(pn)) { in compile_scope_func_lambda_param()3267 if (MP_PARSE_NODE_IS_ID(pn_annotation)) { in compile_scope_inline_asm()[all …]
705 if (MP_PARSE_NODE_IS_ID(pn0) in fold_constants()707 && MP_PARSE_NODE_IS_ID(((mp_parse_node_struct_t *)pn1)->nodes[0]) in fold_constants()756 if (!(MP_PARSE_NODE_IS_ID(pn0) in fold_constants()763 assert(MP_PARSE_NODE_IS_ID(pns1->nodes[0])); in fold_constants()981 if ((MP_PARSE_NODE_IS_LEAF(p) && !MP_PARSE_NODE_IS_ID(p)) in mp_parse()
Completed in 17 milliseconds