Lines Matching refs:APPEND_STR_FINISH
31 #define APPEND_STR_FINISH(str) do { \ macro
326 APPEND_STR_FINISH("}"); in append_ast_dict()
341 APPEND_STR_FINISH("}"); in append_ast_set()
356 APPEND_STR_FINISH("]"); in append_ast_list()
367 APPEND_STR_FINISH("()"); in append_ast_tuple()
419 APPEND_STR_FINISH(")"); in append_ast_genexp()
428 APPEND_STR_FINISH("]"); in append_ast_listcomp()
437 APPEND_STR_FINISH("}"); in append_ast_setcomp()
448 APPEND_STR_FINISH("}"); in append_ast_dictcomp()
565 APPEND_STR_FINISH(")"); in append_ast_call()
715 APPEND_STR_FINISH("}"); in append_formattedvalue()
797 APPEND_STR_FINISH("]"); in append_ast_subscript()
812 APPEND_STR_FINISH("(yield)"); in append_ast_yield()
817 APPEND_STR_FINISH(")"); in append_ast_yield()
825 APPEND_STR_FINISH(")"); in append_ast_yield_from()
887 APPEND_STR_FINISH("..."); in append_ast_expr()