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

/external/valgrind/main/perf/
H A Dtinycc.c2313 static CString tokcstr; /* current parsed string, if any */
9311 cstr_reset(&tokcstr);
9314 cstr_ccat(&tokcstr, *p1);
9321 cstr_ccat(&tokcstr, c);
9324 ts = tok_alloc(tokcstr.data, tokcstr.size);
9339 cstr_reset(&tokcstr);
9340 cstr_ccat(&tokcstr, 'L');
9349 cstr_reset(&tokcstr);
9355 cstr_ccat(&tokcstr,
2311 static CString tokcstr; /* current parsed string, if any */ variable
[all...]

Completed in 772 milliseconds