Lines Matching refs:comprehension_ty
363 GENERATE_ASDL_SEQ_CONSTRUCTOR(comprehension, comprehension_ty)
1862 comprehension_ty* out, PyArena* arena);
3222 comprehension_ty
3226 comprehension_ty p; in _PyAST_comprehension()
3237 p = (comprehension_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_comprehension()
4777 comprehension_ty o = (comprehension_ty)_o; in ast2obj_comprehension()
8446 comprehension_ty val; in obj2ast_expr()
8514 comprehension_ty val; in obj2ast_expr()
8600 comprehension_ty val; in obj2ast_expr()
8668 comprehension_ty val; in obj2ast_expr()
9907 obj2ast_comprehension(struct ast_state *state, PyObject* obj, comprehension_ty* in obj2ast_comprehension()