Home | History | Annotate | Download | only in perf

Lines Matching refs:TokenString

2291 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 str;
9599 TokenString str;
9695 static int macro_subst_tok(TokenString *tok_str,
9700 TokenString str;
9851 TokenString macro_str1;
9978 static void macro_subst(TokenString *tok_str, Sym **nested_list,
10031 TokenString str;
14284 TokenString init_str;
14728 TokenString func_str;