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

/external/valgrind/main/perf/
H A Dtinycc.c7172 static TokenSym *tok_alloc(const char *str, int len)
9324 ts = tok_alloc(tokcstr.data, tokcstr.size);
9920 ts = tok_alloc(cstr.data, strlen(cstr.data));
14985 ts = tok_alloc(sym, strlen(sym));
17068 ts = tok_alloc(str, strlen(str));
17110 ts = tok_alloc(buf, strlen(buf));
17844 ts = tok_alloc(name, p - name);
20789 ts = tok_alloc(p, r - p - 1);
7170 static TokenSym *tok_alloc(const char *str, int len) function

Completed in 104 milliseconds