OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fake_args
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
loongarch-dis.c
312
char *
fake_args
= xmalloc (strlen (opc->format) + 1);
local
314
strcpy (
fake_args
, opc->format);
315
if (0 < loongarch_split_args_by_comma (
fake_args
, fake_arg_strs))
319
free (
fake_args
);
/src/external/gpl3/binutils.old/dist/opcodes/
loongarch-dis.c
283
char *
fake_args
= xmalloc (strlen (opc->format) + 1);
local
285
strcpy (
fake_args
, opc->format);
286
if (0 < loongarch_split_args_by_comma (
fake_args
, fake_arg_strs))
290
free (
fake_args
);
/src/external/gpl3/gdb/dist/opcodes/
loongarch-dis.c
278
char *
fake_args
= xmalloc (strlen (opc->format) + 1);
local
280
strcpy (
fake_args
, opc->format);
281
if (0 < loongarch_split_args_by_comma (
fake_args
, fake_arg_strs))
285
free (
fake_args
);
/src/external/gpl3/gdb.old/dist/opcodes/
loongarch-dis.c
278
char *
fake_args
= xmalloc (strlen (opc->format) + 1);
local
280
strcpy (
fake_args
, opc->format);
281
if (0 < loongarch_split_args_by_comma (
fake_args
, fake_arg_strs))
285
free (
fake_args
);
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
2543
auto_string_vec
fake_args
;
local
2544
make_fake_args (&
fake_args
, ctxt_progname, &requested_dumps);
2553
for (unsigned i = 0; i <
fake_args
.length (); i++)
2554
get_logger ()->log ("argv[%i]: %s", i,
fake_args
[i]);
2555
toplev.main (
fake_args
.length (),
2556
const_cast <char **> (
fake_args
.address ()));
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
2357
auto_string_vec
fake_args
;
local
2358
make_fake_args (&
fake_args
, ctxt_progname, &requested_dumps);
2370
for (unsigned i = 0; i <
fake_args
.length (); i++)
2371
get_logger ()->log ("argv[%i]: %s", i,
fake_args
[i]);
2372
toplev.main (
fake_args
.length (),
2373
const_cast <char **> (
fake_args
.address ()));
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026