Home
last modified time | relevance | path

Searched refs:asdl_seq_SET (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Parser/
H A Daction_helpers.c237 asdl_seq_SET(new_seq, i, e->v.Name.id); in _PyPegen_map_names_to_ids()
268 asdl_seq_SET(new_seq, i, pair->cmpop); in _PyPegen_get_cmpops()
285 asdl_seq_SET(new_seq, i, pair->expr); in _PyPegen_get_exprs()
305 asdl_seq_SET(new_seq, i, _PyPegen_set_expr_context(p, e, ctx)); in _set_seq_context()
411 asdl_seq_SET(new_seq, i, pair->key); in _PyPegen_get_keys()
427 asdl_seq_SET(new_seq, i, pair->value); in _PyPegen_get_values()
456 asdl_seq_SET(new_seq, i, pair->key); in _PyPegen_get_pattern_keys()
472 asdl_seq_SET(new_seq, i, pair->pattern); in _PyPegen_get_patterns()
548 asdl_seq_SET(seq, i, pair->arg); in _get_names()
563 asdl_seq_SET(se in _get_defaults()
[all...]
H A Dstring_parser.c1018 asdl_seq_SET(seq, i, l->p[i]); in ExprList_Finish()
/third_party/python/Include/internal/
H A Dpycore_asdl.h86 # define asdl_seq_SET(S, I, V) \ macro
94 # define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[I] = (V)) macro
/third_party/python/Python/
H A DPython-ast.c5527 asdl_seq_SET(body, i, val); in obj2ast_mod()
5564 asdl_seq_SET(type_ignores, i, val); in obj2ast_mod()
5613 asdl_seq_SET(body, i, val); in obj2ast_mod()
5692 asdl_seq_SET(argtypes, i, val); in obj2ast_mod()
5889 asdl_seq_SET(body, i, val); in obj2ast_stmt()
5926 asdl_seq_SET(decorator_list, i, val); in obj2ast_stmt()
6050 asdl_seq_SET(body, i, val); in obj2ast_stmt()
6087 asdl_seq_SET(decorator_list, i, val); in obj2ast_stmt()
6194 asdl_seq_SET(bases, i, val); in obj2ast_stmt()
6231 asdl_seq_SET(keyword in obj2ast_stmt()
[all...]
H A Dast_opt.c97 asdl_seq_SET(arg->v.Compare.ops, 0, op); in fold_unaryop()
406 asdl_seq_SET(seq, seq->size++, lit); in optimize_format()
426 asdl_seq_SET(seq, seq->size++, expr); in optimize_format()
670 asdl_seq_SET(values, 0, st->v.Expr.value); in astfold_body()

Completed in 15 milliseconds