Searched refs:cmpop_ty (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen.h | 84 cmpop_ty cmpop; 294 CmpopExprPair *_PyPegen_cmpop_expr_pair(Parser *, cmpop_ty, expr_ty);
|
H A D | action_helpers.c | 244 _PyPegen_cmpop_expr_pair(Parser *p, cmpop_ty cmpop, expr_ty expr) in _PyPegen_cmpop_expr_pair() 1232 cmpop_ty cmpop = (cmpop_ty) asdl_seq_GET(e->v.Compare.ops, 0); in _PyPegen_get_invalid_target()
|
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 32 In=9, NotIn=10 } cmpop_ty; typedef
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 475 switch ((cmpop_ty)asdl_seq_GET(ops, i)) { in append_ast_compare()
|
H A D | ast_opt.c | 70 cmpop_ty op = asdl_seq_GET(arg->v.Compare.ops, 0); in fold_unaryop()
|
H A D | compile.c | 1652 if (!compiler_addcompare((C), (cmpop_ty)(CMP))) \ 2834 cmpop_ty op = (cmpop_ty)asdl_seq_GET(e->v.Compare.ops, i); in check_compare() 2849 static int compiler_addcompare(struct compiler *c, cmpop_ty op) in compiler_addcompare()
|
H A D | Python-ast.c | 641 static PyObject* ast2obj_cmpop(struct ast_state *state, cmpop_ty); 1874 static int obj2ast_cmpop(struct ast_state *state, PyObject* obj, cmpop_ty* out, 4502 PyList_SET_ITEM(value, i, ast2obj_cmpop(state, (cmpop_ty)asdl_seq_GET(o->v.Compare.ops, i))); in ast2obj_expr() 4821 PyObject* ast2obj_cmpop(struct ast_state *state, cmpop_ty o) in ast2obj_cmpop() 9134 cmpop_ty val; in obj2ast_expr() 10123 obj2ast_cmpop(struct ast_state *state, PyObject* obj, cmpop_ty* out, PyArena* in obj2ast_cmpop()
|
Completed in 32 milliseconds