Lines Matching refs:expr_ty
333 static expr_ty
337 expr_ty expr = NULL; in fstring_compile_expr()
341 expr_ty result = NULL; in fstring_compile_expr()
506 static expr_ty
527 PyObject **expr_text, expr_ty *expression, Token *first_token, in fstring_find_expr()
534 expr_ty simple_expression; in fstring_find_expr()
535 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr()
842 PyObject **expr_text, expr_ty *expression, in fstring_find_literal_and_expr()
914 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append()
926 l->p = PyMem_Malloc(sizeof(expr_ty) * new_size); in ExprList_Append()
936 expr_ty *tmp = PyMem_Realloc(l->p, sizeof(expr_ty) * new_size); in ExprList_Append()
1023 static expr_ty
1092 expr_ty expression = NULL; in _PyPegen_FstringParser_ConcatFstring()
1137 expr_ty last_str = make_str_node_and_del(p, &state->last_str, first_token, last_token); in _PyPegen_FstringParser_ConcatFstring()
1166 expr_ty
1191 expr_ty str = make_str_node_and_del(p, &state->last_str, first_token, last_token); in _PyPegen_FstringParser_Finish()
1216 static expr_ty