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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c5474 char *tempname; local
5476 tempname = xasprintf ("%s.clobber", name);
5477 newname = ggc_strdup (tempname);
5478 free (tempname);
5490 tempname = xasprintf ("%s.use", name);
5491 newname = ggc_strdup (tempname);
5492 free (tempname);
5510 char *tempname; local
5512 tempname = xasprintf ("%s.chain", name);
5513 newname = ggc_strdup (tempname);
5534 char *tempname; local
5564 char *tempname; local
5596 char *tempname; local
5729 char *tempname; local
[all...]

Completed in 42 milliseconds