Searched refs:last_annotation_string (Results 1 – 2 of 2) sorted by relevance
851 const char *last_annotation_string = NULL; in generate_code() local871 if (last_annotation_string != inst->annotation) { in generate_code()872 last_annotation_string = inst->annotation; in generate_code()873 if (last_annotation_string) in generate_code()874 printf(" %s\n", last_annotation_string); in generate_code()
733 const char *last_annotation_string = NULL; in generate_code() local774 if (last_annotation_string != inst->annotation) { in generate_code()775 last_annotation_string = inst->annotation; in generate_code()776 if (last_annotation_string) in generate_code()777 printf(" %s\n", last_annotation_string); in generate_code()