Lines Matching refs:APPEND_STR_FINISH
28 #define APPEND_STR_FINISH(str) do { \ macro
298 APPEND_STR_FINISH("}"); in append_ast_dict()
313 APPEND_STR_FINISH("}"); in append_ast_set()
328 APPEND_STR_FINISH("]"); in append_ast_list()
339 APPEND_STR_FINISH("()"); in append_ast_tuple()
391 APPEND_STR_FINISH(")"); in append_ast_genexp()
400 APPEND_STR_FINISH("]"); in append_ast_listcomp()
409 APPEND_STR_FINISH("}"); in append_ast_setcomp()
420 APPEND_STR_FINISH("}"); in append_ast_dictcomp()
537 APPEND_STR_FINISH(")"); in append_ast_call()
689 APPEND_STR_FINISH("}"); in append_formattedvalue()
769 APPEND_STR_FINISH("]"); in append_ast_subscript()
784 APPEND_STR_FINISH("(yield)"); in append_ast_yield()
789 APPEND_STR_FINISH(")"); in append_ast_yield()
797 APPEND_STR_FINISH(")"); in append_ast_yield_from()
859 APPEND_STR_FINISH("..."); in append_ast_expr()