Searched refs:cstr_cat (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 7224 static void cstr_cat(CString *cstr, const char *str) in cstr_cat() function 9620 cstr_cat(&cstr, get_tok_str(t, &cval)); in macro_arg_subst() 9732 cstr_cat(&cstr, cstrval); in macro_subst_tok() 9889 cstr_cat(&cstr, p1); in macro_twosharps() 9891 cstr_cat(&cstr, p2); in macro_twosharps() 9948 cstr_cat(&cstr, p1); in macro_twosharps() 16904 cstr_cat(add_str, get_tok_str(sv->sym->v, NULL)); in subst_asm_operand() 16915 cstr_cat(add_str, buf); in subst_asm_operand() 16918 cstr_cat(add_str, buf); in subst_asm_operand() 16925 cstr_cat(add_str, buf); in subst_asm_operand() [all …]
|