Home
last modified time | relevance | path

Searched refs:ExprList_Append (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/pegen/
Dparse_string.c923 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() function
1146 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()
/external/python/cpython3/Python/
Dast.c5297 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() function
5548 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()