Lines Matching refs:expr_ty
339 static expr_ty
343 expr_ty expr = NULL; in fstring_compile_expr()
347 expr_ty result = NULL; in fstring_compile_expr()
516 static expr_ty
537 PyObject **expr_text, expr_ty *expression, Token *first_token, in fstring_find_expr()
544 expr_ty simple_expression; in fstring_find_expr()
545 expr_ty format_spec = NULL; /* Optional format specifier. */ in fstring_find_expr()
851 PyObject **expr_text, expr_ty *expression, in fstring_find_literal_and_expr()
923 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append()
935 l->p = PyMem_Malloc(sizeof(expr_ty) * new_size); in ExprList_Append()
945 expr_ty *tmp = PyMem_Realloc(l->p, sizeof(expr_ty) * new_size); in ExprList_Append()
1032 static expr_ty
1100 expr_ty expression = NULL; in _PyPegen_FstringParser_ConcatFstring()
1145 expr_ty last_str = make_str_node_and_del(p, &state->last_str, first_token, last_token); in _PyPegen_FstringParser_ConcatFstring()
1174 expr_ty
1199 expr_ty str = make_str_node_and_del(p, &state->last_str, first_token, last_token); in _PyPegen_FstringParser_Finish()
1223 static expr_ty