Searched refs:MP_PARSE_NODE_IS_STRUCT (Results 1 – 5 of 5) sorted by relevance
352 } else if (MP_PARSE_NODE_IS_STRUCT(pn)) { in c_if_cond()411 if (MP_PARSE_NODE_IS_STRUCT(pns->nodes[1])) { in c_assign_atom_expr()652 assert(MP_PARSE_NODE_IS_STRUCT(pn)); in compile_funcdef_lambdef_param()1966 assert(MP_PARSE_NODE_IS_STRUCT(pns->nodes[0])); in compile_async_stmt()2014 } else if (MP_PARSE_NODE_IS_STRUCT(pn_rhs)) { in compile_expr_stmt()2388 if (MP_PARSE_NODE_IS_STRUCT(args[i])) { in compile_trailer_paren_helper()2568 } else if (MP_PARSE_NODE_IS_STRUCT(pn)) { in compile_atom_brace_helper()2699 } else if (MP_PARSE_NODE_IS_STRUCT(pn)) { in compile_subscript()2909 assert(MP_PARSE_NODE_IS_STRUCT(pn)); in compile_scope_func_lambda_param()3246 assert(MP_PARSE_NODE_IS_STRUCT(scope->pn)); in compile_scope_inline_asm()[all …]
65 #define MP_PARSE_NODE_IS_STRUCT(pn) ((pn) != MP_PARSE_NODE_NULL && ((pn) & 3) == 0) macro
57 assert(MP_PARSE_NODE_IS_STRUCT(pn)); in scope_new()
264 } else if (MP_PARSE_NODE_IS_STRUCT(pn)) { in get_arg_reglist()267 assert(MP_PARSE_NODE_IS_STRUCT(pns->nodes[1])); // should succeed in get_arg_reglist()
369 if (MP_PARSE_NODE_IS_STRUCT(pn)) { in mp_parse_node_print()
Completed in 16 milliseconds