Lines Matching defs:outbase
308 static char *outbase;
5225 to use the obase computation for a ghost outbase, passed to
5268 gcc_assert (!outbase);
5282 outbase = tofree;
5285 outbase = xstrdup (obase);
5318 above, then outbase (%B) is derived from dumpbase, if given, or
5323 outbase. */
5327 gcc_assert (!outbase);
5337 outbase = xstrndup (dumpbase,
5340 outbase = xstrdup (dumpbase);
5344 outbase = xstrdup (lbasename (output_file));
5345 char *p = strrchr (outbase + 1, '.');
5350 if (outbase)
5351 outbase_length = strlen (outbase);
6123 obstack_grow (&obstack, outbase, outbase_length);
6137 obstack_grow (&obstack, outbase, outbase_length);
6319 memcpy (tmp + dumpdir_length, outbase,
9089 if (outbase && *outbase)
9095 dumpdir = concat (dumpdir, outbase, ".", NULL);
9099 dumpdir = concat (outbase, ".", NULL);
9100 dumpdir_length += strlen (outbase) + 1;
9116 free (outbase);
9117 input_basename = outbase = NULL;
10793 /* Use the precomputed outbase, or compute dumpbase from
10801 gcc_checking_assert (strncmp (base, outbase, outbase_length) == 0);
10806 base = xstrndup (outbase, outbase_length);
11124 free (outbase);
11125 dumpdir = dumpbase = dumpbase_ext = outbase = NULL;