Searched refs:ExprList_Append (Results 1 – 2 of 2) sorted by relevance
923 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() function1146 if (!last_str || ExprList_Append(&state->expr_list, last_str) < 0) { in _PyPegen_FstringParser_ConcatFstring()1151 if (ExprList_Append(&state->expr_list, expression) < 0) { in _PyPegen_FstringParser_ConcatFstring()1200 if (!str || ExprList_Append(&state->expr_list, str) < 0) { in _PyPegen_FstringParser_Finish()
5297 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() function5548 if (!str || ExprList_Append(&state->expr_list, str) < 0) in FstringParser_ConcatFstring()5552 if (ExprList_Append(&state->expr_list, expression) < 0) in FstringParser_ConcatFstring()5599 if (!str || ExprList_Append(&state->expr_list, str) < 0) in FstringParser_Finish()