Home | History | Annotate | Download | only in perf

Lines Matching full:macro_str1

9851     TokenString macro_str1;
9868 tok_str_new(&macro_str1);
9875 macro_str1, t, &cval);
9955 tok_str_add2(&macro_str1, tok, &tokc);
9963 tok_str_add2(&macro_str1, tok, &tokc);
9970 tok_str_add(&macro_str1, 0);
9971 return macro_str1.str;
9982 int *macro_str1;
9990 macro_str1 = macro_twosharps(ptr);
9991 if (macro_str1)
9992 ptr = macro_str1;
10023 if (macro_str1)
10024 tok_str_free(macro_str1);