OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:common_av
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genattrtab.cc
4046
struct attr_value *av, *
common_av
;
local
4051
common_av
= find_most_used (attr);
4123
if (av !=
common_av
)
4126
write_attr_case (outf, attr,
common_av
, 0, "return", ";", 4, true_rtx);
4510
struct attr_value *av, *
common_av
;
local
4547
common_av
= find_most_used (attr);
4555
if (av !=
common_av
)
4558
write_attr_case (outf, attr,
common_av
, 0, "slot +=", str, 4, true_rtx);
4574
common_av
= find_most_used (attr);
4577
if (av !=
common_av
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc
4046
struct attr_value *av, *
common_av
;
local
4051
common_av
= find_most_used (attr);
4123
if (av !=
common_av
)
4126
write_attr_case (outf, attr,
common_av
, 0, "return", ";", 4, true_rtx);
4510
struct attr_value *av, *
common_av
;
local
4547
common_av
= find_most_used (attr);
4555
if (av !=
common_av
)
4558
write_attr_case (outf, attr,
common_av
, 0, "slot +=", str, 4, true_rtx);
4574
common_av
= find_most_used (attr);
4577
if (av !=
common_av
)
[
all
...]
Completed in 100 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026