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

/external/valgrind/main/perf/
H A Dtinycc.c8025 static void tok_str_add2(TokenString *s, int t, CValue *cv)
8098 tok_str_add2(s, TOK_LINENUM, &cval);
8100 tok_str_add2(s, tok, &tokc);
8355 tok_str_add2(&str, tok, &tokc);
9631 tok_str_add2(&str, TOK_STR, &cval);
9634 tok_str_add2(&str, t, &cval);
9665 tok_str_add2(&str, t1, &cval);
9677 tok_str_add2(&str, t, &cval);
9737 tok_str_add2(tok_str, t1, &cval);
9795 tok_str_add2(
8023 static void tok_str_add2(TokenString *s, int t, CValue *cv) function
[all...]

Completed in 875 milliseconds