Searched defs:TokenSym (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2131 typedef struct TokenSym {
2132 struct TokenSym *hash_next;
2140 } TokenSym;
2363 static TokenSym **table_ident;
2364 static TokenSym *hash_ident[TOK_HASH_SIZE];
7136 static TokenSym *tok_alloc_new(TokenSym **pts, const char *str, int len)
7138 TokenSym *ts, **ptable;
7147 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *));
7153 ts = tcc_malloc(sizeof(TokenSym)
2129 typedef struct TokenSym { struct
2138 } TokenSym; typedef in typeref:struct:TokenSym
[all...]

Completed in 125 milliseconds