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

/external/valgrind/main/perf/
H A Dtinycc.c2291 typedef struct TokenString {
2296 } TokenString;
5432 static void macro_subst(TokenString *tok_str, Sym **nested_list,
7983 static inline void tok_str_new(TokenString *s)
7996 static int *tok_str_realloc(TokenString *s)
8013 static void tok_str_add(TokenString *s, int t)
8025 static void tok_str_add2(TokenString *s, int t, CValue *cv)
8090 static void tok_str_add_tok(TokenString *s)
8259 TokenString str;
8313 TokenString st
2289 typedef struct TokenString { struct
2294 } TokenString; typedef in typeref:struct:TokenString
[all...]

Completed in 167 milliseconds