Home
last modified time | relevance | path

Searched refs:asdl_int_seq (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/internal/
Dpycore_asdl.h45 } asdl_int_seq; typedef
49 asdl_int_seq *_Py_asdl_int_seq_new(Py_ssize_t size, PyArena *arena);
Dpycore_ast.h419 asdl_int_seq *ops;
752 expr_ty _PyAST_Compare(expr_ty left, asdl_int_seq * ops, asdl_expr_seq *
/third_party/python/Parser/
Dpegen.h266 asdl_int_seq *_PyPegen_get_cmpops(Parser *p, asdl_seq *);
Dpegen.c1733 asdl_int_seq *
1739 asdl_int_seq *new_seq = _Py_asdl_int_seq_new(len, p->arena); in _PyPegen_get_cmpops()
Dparser.c12271 …_res = _PyAST_Compare ( a , CHECK ( asdl_int_seq * , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asd… in comparison_rule()
/third_party/python/Python/
Dast_opt.c385 asdl_int_seq *ops; in fold_compare()
436 asdl_int_seq *seq = (ARG); /* avoid variable capture */ \
Dast_unparse.c462 asdl_int_seq *ops; in append_ast_compare()
DPython-ast.c2917 _PyAST_Compare(expr_ty left, asdl_int_seq * ops, asdl_expr_seq * comparators, in _PyAST_Compare()
8788 asdl_int_seq* ops; in obj2ast_expr()
/third_party/python/Grammar/
Dpython.gram606 CHECK(asdl_int_seq*, _PyPegen_get_cmpops(p, b)),
/third_party/python/Misc/
DHISTORY7488 - asdl_seq and asdl_int_seq are now Py_ssize_t sized.