Searched refs:type_to_str (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c5458 void type_to_str(char *buf, int buf_size,
11709 void type_to_str(char *buf, int buf_size,
11774 type_to_str(buf, buf_size, &s->type, varstr);
11778 type_to_str(buf1, sizeof(buf1), &sa->type, NULL);
11791 type_to_str(buf, buf_size, &s->type, buf1);
11870 type_to_str(buf1, sizeof(buf1), st, NULL);
11871 type_to_str(buf2, sizeof(buf2), dt, NULL);
14672 type_to_str(buf, sizeof(buf), t, get_tok_str(v, NULL));
11707 void type_to_str(char *buf, int buf_size, function

Completed in 112 milliseconds