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

/external/valgrind/main/perf/
H A Dtinycc.c5460 char *get_tok_str(int v, CValue *cv);
6933 name = get_tok_str(sym->v, NULL);
7286 char *get_tok_str(int v, CValue *cv)
8237 warning("label '%s' declared but not used", get_tok_str(s->v, NULL));
8240 get_tok_str(s->v, NULL));
8302 printf(" %s", get_tok_str(t, &cval));
8317 error("invalid macro name '%s'", get_tok_str(tok, &tokc));
8360 printf("define %s %d: ", get_tok_str(v, NULL), t);
8410 printf("adding cached '%s' %s\n", filename, get_tok_str(ifndef_macro, NULL));
8545 pstrcat(buf, sizeof(buf), get_tok_str(to
7284 char *get_tok_str(int v, CValue *cv) function
[all...]

Completed in 344 milliseconds