Searched refs:asdl_int_seq (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_asdl.h | 45 } asdl_int_seq; typedef 49 asdl_int_seq *_Py_asdl_int_seq_new(Py_ssize_t size, PyArena *arena);
|
D | pycore_ast.h | 419 asdl_int_seq *ops; 752 expr_ty _PyAST_Compare(expr_ty left, asdl_int_seq * ops, asdl_expr_seq *
|
/third_party/python/Parser/ |
D | pegen.h | 266 asdl_int_seq *_PyPegen_get_cmpops(Parser *p, asdl_seq *);
|
D | pegen.c | 1733 asdl_int_seq * 1739 asdl_int_seq *new_seq = _Py_asdl_int_seq_new(len, p->arena); in _PyPegen_get_cmpops()
|
D | parser.c | 12271 …_res = _PyAST_Compare ( a , CHECK ( asdl_int_seq * , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asd… in comparison_rule()
|
/third_party/python/Python/ |
D | ast_opt.c | 385 asdl_int_seq *ops; in fold_compare() 436 asdl_int_seq *seq = (ARG); /* avoid variable capture */ \
|
D | ast_unparse.c | 462 asdl_int_seq *ops; in append_ast_compare()
|
D | Python-ast.c | 2917 _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/ |
D | python.gram | 606 CHECK(asdl_int_seq*, _PyPegen_get_cmpops(p, b)),
|
/third_party/python/Misc/ |
D | HISTORY | 7488 - asdl_seq and asdl_int_seq are now Py_ssize_t sized.
|