Searched refs:forbidden_check (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check() function 389 if (ctx == Store && !forbidden_check(c, n, in set_context() 398 if (ctx == Store && !forbidden_check(c, n, in set_context() 629 if (!forbidden_check(c, n, STR(child))) in compiler_complex_args() 756 if (!forbidden_check(c, n, STR(CHILD(ch, 0)))) in ast_for_arguments() 777 if (!forbidden_check(c, CHILD(n, i+1), STR(CHILD(n, i+1)))) in ast_for_arguments() 785 if (!forbidden_check(c, CHILD(n, i+1), STR(CHILD(n, i+1)))) in ast_for_arguments() 906 else if (!forbidden_check(c, CHILD(n, name_i), STR(CHILD(n, name_i)))) in ast_for_funcdef() 2076 if (!forbidden_check(c, CHILD(ch, 0), PyBytes_AS_STRING(key))) in ast_for_call() 2447 if (store && !forbidden_check(c, str_node, STR(str_node))) in alias_for_import_name() [all …]
|