OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upper_name
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc
108
char *
upper_name
= XALLOCAVEC (char, strlen (name) + 1);
local
110
upper_name
[i] = TOUPPER (name[i]);
111
upper_name
[i] = 0;
239
printf ("\n#undef TARGET_HAVE_%s\n",
upper_name
);
240
printf ("#define TARGET_HAVE_%s ",
upper_name
);
248
printf ("#undef TARGET_GEN_%s\n",
upper_name
);
249
printf ("#define TARGET_GEN_%s ",
upper_name
);
255
printf ("#undef TARGET_CODE_FOR_%s\n",
upper_name
);
256
printf ("#define TARGET_CODE_FOR_%s ",
upper_name
);
/src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc
108
char *
upper_name
= XALLOCAVEC (char, strlen (name) + 1);
local
110
upper_name
[i] = TOUPPER (name[i]);
111
upper_name
[i] = 0;
239
printf ("\n#undef TARGET_HAVE_%s\n",
upper_name
);
240
printf ("#define TARGET_HAVE_%s ",
upper_name
);
248
printf ("#undef TARGET_GEN_%s\n",
upper_name
);
249
printf ("#define TARGET_GEN_%s ",
upper_name
);
255
printf ("#undef TARGET_CODE_FOR_%s\n",
upper_name
);
256
printf ("#define TARGET_CODE_FOR_%s ",
upper_name
);
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
10676
const char*
upper_name
= get_upper_str(name);
10682
if (strcmp (name,
upper_name
) != 0)
10683
checked_hash_insert (aarch64_hint_opt_hsh,
upper_name
,
10666
const char*
upper_name
= get_upper_str(name);
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
10546
const char*
upper_name
= get_upper_str(name);
10552
if (strcmp (name,
upper_name
) != 0)
10553
checked_hash_insert (aarch64_hint_opt_hsh,
upper_name
,
10536
const char*
upper_name
= get_upper_str(name);
local
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026