Searched refs:get_tok_str (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
D | tinycc.c | 5458 char *get_tok_str(int v, CValue *cv); 6931 name = get_tok_str(sym->v, NULL); in put_extern_sym2() 7284 char *get_tok_str(int v, CValue *cv) in get_tok_str() function 8235 warning("label '%s' declared but not used", get_tok_str(s->v, NULL)); in label_pop() 8238 get_tok_str(s->v, NULL)); in label_pop() 8300 printf(" %s", get_tok_str(t, &cval)); in tok_print() 8315 error("invalid macro name '%s'", get_tok_str(tok, &tokc)); in parse_define() 8358 printf("define %s %d: ", get_tok_str(v, NULL), t); in parse_define() 8408 printf("adding cached '%s' %s\n", filename, get_tok_str(ifndef_macro, NULL)); in add_cached_include() 8543 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc)); in preprocess() [all …]
|