Lines Matching refs:stmt_ty
361 GENERATE_ASDL_SEQ_CONSTRUCTOR(stmt, stmt_ty)
1847 static int obj2ast_stmt(struct ast_state *state, PyObject* obj, stmt_ty* out,
1943 stmt_ty
1949 stmt_ty p; in _PyAST_FunctionDef()
1960 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_FunctionDef()
1977 stmt_ty
1983 stmt_ty p; in _PyAST_AsyncFunctionDef()
1994 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_AsyncFunctionDef()
2011 stmt_ty
2017 stmt_ty p; in _PyAST_ClassDef()
2023 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_ClassDef()
2039 stmt_ty
2043 stmt_ty p; in _PyAST_Return()
2044 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Return()
2056 stmt_ty
2060 stmt_ty p; in _PyAST_Delete()
2061 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Delete()
2073 stmt_ty
2078 stmt_ty p; in _PyAST_Assign()
2084 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Assign()
2098 stmt_ty
2102 stmt_ty p; in _PyAST_AugAssign()
2118 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_AugAssign()
2132 stmt_ty
2137 stmt_ty p; in _PyAST_AnnAssign()
2148 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_AnnAssign()
2163 stmt_ty
2168 stmt_ty p; in _PyAST_For()
2179 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_For()
2195 stmt_ty
2200 stmt_ty p; in _PyAST_AsyncFor()
2211 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_AsyncFor()
2227 stmt_ty
2232 stmt_ty p; in _PyAST_While()
2238 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_While()
2252 stmt_ty
2257 stmt_ty p; in _PyAST_If()
2263 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_If()
2277 stmt_ty
2282 stmt_ty p; in _PyAST_With()
2283 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_With()
2297 stmt_ty
2302 stmt_ty p; in _PyAST_AsyncWith()
2303 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_AsyncWith()
2317 stmt_ty
2321 stmt_ty p; in _PyAST_Match()
2327 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Match()
2340 stmt_ty
2344 stmt_ty p; in _PyAST_Raise()
2345 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Raise()
2358 stmt_ty
2363 stmt_ty p; in _PyAST_Try()
2364 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Try()
2379 stmt_ty
2383 stmt_ty p; in _PyAST_Assert()
2389 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Assert()
2402 stmt_ty
2406 stmt_ty p; in _PyAST_Import()
2407 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Import()
2419 stmt_ty
2424 stmt_ty p; in _PyAST_ImportFrom()
2425 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_ImportFrom()
2439 stmt_ty
2443 stmt_ty p; in _PyAST_Global()
2444 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Global()
2456 stmt_ty
2460 stmt_ty p; in _PyAST_Nonlocal()
2461 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Nonlocal()
2473 stmt_ty
2477 stmt_ty p; in _PyAST_Expr()
2483 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Expr()
2495 stmt_ty
2499 stmt_ty p; in _PyAST_Pass()
2500 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Pass()
2511 stmt_ty
2515 stmt_ty p; in _PyAST_Break()
2516 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Break()
2527 stmt_ty
2531 stmt_ty p; in _PyAST_Continue()
2532 p = (stmt_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_Continue()
3643 stmt_ty o = (stmt_ty)_o; in ast2obj_stmt()
5370 stmt_ty val; in obj2ast_mod()
5456 stmt_ty val; in obj2ast_mod()
5582 obj2ast_stmt(struct ast_state *state, PyObject* obj, stmt_ty* out, PyArena* in obj2ast_stmt()
5732 stmt_ty val; in obj2ast_stmt()
5893 stmt_ty val; in obj2ast_stmt()
6111 stmt_ty val; in obj2ast_stmt()
6553 stmt_ty val; in obj2ast_stmt()
6590 stmt_ty val; in obj2ast_stmt()
6695 stmt_ty val; in obj2ast_stmt()
6732 stmt_ty val; in obj2ast_stmt()
6819 stmt_ty val; in obj2ast_stmt()
6856 stmt_ty val; in obj2ast_stmt()
6925 stmt_ty val; in obj2ast_stmt()
6962 stmt_ty val; in obj2ast_stmt()
7051 stmt_ty val; in obj2ast_stmt()
7157 stmt_ty val; in obj2ast_stmt()
7343 stmt_ty val; in obj2ast_stmt()
7417 stmt_ty val; in obj2ast_stmt()
7454 stmt_ty val; in obj2ast_stmt()
10159 stmt_ty val; in obj2ast_excepthandler()
10923 stmt_ty val; in obj2ast_match_case()