Searched refs:tok_str_add2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 8023 static void tok_str_add2(TokenString *s, int t, CValue *cv) in tok_str_add2() function 8096 tok_str_add2(s, TOK_LINENUM, &cval); in tok_str_add_tok() 8098 tok_str_add2(s, tok, &tokc); in tok_str_add_tok() 8353 tok_str_add2(&str, tok, &tokc); in parse_define() 9629 tok_str_add2(&str, TOK_STR, &cval); in macro_arg_subst() 9632 tok_str_add2(&str, t, &cval); in macro_arg_subst() 9663 tok_str_add2(&str, t1, &cval); in macro_arg_subst() 9675 tok_str_add2(&str, t, &cval); in macro_arg_subst() 9735 tok_str_add2(tok_str, t1, &cval); in macro_subst_tok() 9793 tok_str_add2(&str, tok, &tokc); in macro_subst_tok() [all …]
|