HomeSort by: relevance | last modified time | path
    Searched defs:outbase (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/demos/expr/
run-expr.c 53 int outbase = (base == 0 ? 10 : base); local
71 mpz_out_str (stdout, outbase, res);
99 mpq_out_str (stdout, outbase, res);
124 mpf_out_str (stdout, outbase, (size_t) 0, res);
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 321 static char *outbase;
5311 to use the obase computation for a ghost outbase, passed to
5354 gcc_assert (!outbase);
5368 outbase = tofree;
5371 outbase = xstrdup (obase);
5404 above, then outbase (%B) is derived from dumpbase, if given, or
5409 outbase. */
5413 gcc_assert (!outbase);
5423 outbase = xstrndup (dumpbase,
5426 outbase = xstrdup (dumpbase)
319 static char *outbase; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 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)
306 static char *outbase; variable
    [all...]

Completed in 19 milliseconds