Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c9849 TokenString macro_str1; in macro_twosharps() local
9866 tok_str_new(&macro_str1); in macro_twosharps()
9873 tok_str_add2(&macro_str1, t, &cval); in macro_twosharps()
9953 tok_str_add2(&macro_str1, tok, &tokc); in macro_twosharps()
9961 tok_str_add2(&macro_str1, tok, &tokc); in macro_twosharps()
9968 tok_str_add(&macro_str1, 0); in macro_twosharps()
9969 return macro_str1.str; in macro_twosharps()
9980 int *macro_str1; in macro_subst() local
9988 macro_str1 = macro_twosharps(ptr); in macro_subst()
9989 if (macro_str1) in macro_subst()
[all …]