Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2311 static CString tokcstr; /* current parsed string, if any */ variable
9309 cstr_reset(&tokcstr); in next_nomacro1()
9312 cstr_ccat(&tokcstr, *p1); in next_nomacro1()
9319 cstr_ccat(&tokcstr, c); in next_nomacro1()
9322 ts = tok_alloc(tokcstr.data, tokcstr.size); in next_nomacro1()
9337 cstr_reset(&tokcstr); in next_nomacro1()
9338 cstr_ccat(&tokcstr, 'L'); in next_nomacro1()
9347 cstr_reset(&tokcstr); in next_nomacro1()
9353 cstr_ccat(&tokcstr, c); in next_nomacro1()
9361 cstr_ccat(&tokcstr, '\0'); in next_nomacro1()
[all …]