Home
last modified time | relevance | path

Searched refs:out_str (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h39 g_string_append_printf((c)->out_str, __VA_ARGS__); \
239 GString *out_str; /**< String containing the output code */ member
H A Didef-parser.y870 context.out_str = g_string_new(NULL);
905 g_string_free(context.out_str, TRUE);
H A Dparser-helpers.c265 fwrite(c->out_str->str, sizeof(char), c->out_str->len, in commit()
2117 g_string_truncate(c->out_str, 0); in free_instruction()