OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECL_COMDAT
(Results
1 - 25
of
73
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc.old/dist/gcc/
ipa-visibility.cc
238
&&
DECL_COMDAT
(node->decl)
311
&&
DECL_COMDAT
(decl)
333
if (
DECL_COMDAT
(decl) || DECL_WEAK (decl))
605
if (
DECL_COMDAT
(node->decl) && !node->alias)
690
if (
DECL_COMDAT
(node->decl) && !TREE_PUBLIC (node->decl))
691
DECL_COMDAT
(node->decl) = 0;
713
&& !
DECL_COMDAT
(node->decl))
743
gcc_checking_assert (
DECL_COMDAT
(node->decl)
744
==
DECL_COMDAT
(decl_node->decl));
symtab.cc
954
if (
DECL_COMDAT
(decl))
1555
DECL_COMDAT
(decl) = 0;
1605
DECL_COMDAT
(decl) =
DECL_COMDAT
(n->decl);
1722
DECL_COMDAT
(decl) =
DECL_COMDAT
(target->decl);
2085
DECL_COMDAT
(new_decl) = 0;
2252
if ((!DECL_WEAK (decl) ||
DECL_COMDAT
(decl))
ipa-fnsummary.h
447
||
DECL_COMDAT
(edge->callee->decl))
cgraphclones.cc
163
DECL_COMDAT
(new_node->decl) = 0;
644
&& !
DECL_COMDAT
(old_decl))
1090
&& !
DECL_COMDAT
(old_decl))
cgraphunit.cc
268
if (TREE_PUBLIC (decl) && !
DECL_COMDAT
(decl))
487
&& !
DECL_COMDAT
(decl) && !DECL_EXTERNAL (decl))
761
if (
DECL_COMDAT
(n->decl))
970
|| (node->no_reorder && !
DECL_COMDAT
(node->decl)
ipa-inline-analysis.cc
449
else if (
DECL_COMDAT
(node->decl)
ipa-inline-transform.cc
665
DECL_COMDAT
(first_clone->decl) = 0;
varpool.cc
374
|| (DECL_WEAK (decl) && !
DECL_COMDAT
(decl)))
/src/external/gpl3/gcc/dist/gcc/
ipa-visibility.cc
239
&&
DECL_COMDAT
(node->decl)
312
&&
DECL_COMDAT
(decl)
334
if (
DECL_COMDAT
(decl) || DECL_WEAK (decl))
606
if (
DECL_COMDAT
(node->decl) && !node->alias)
693
if (
DECL_COMDAT
(node->decl) && !TREE_PUBLIC (node->decl))
694
DECL_COMDAT
(node->decl) = 0;
716
&& !
DECL_COMDAT
(node->decl))
746
gcc_checking_assert (
DECL_COMDAT
(node->decl)
747
==
DECL_COMDAT
(decl_node->decl));
symtab.cc
955
if (
DECL_COMDAT
(decl))
1556
DECL_COMDAT
(decl) = 0;
1606
DECL_COMDAT
(decl) =
DECL_COMDAT
(n->decl);
1723
DECL_COMDAT
(decl) =
DECL_COMDAT
(target->decl);
2086
DECL_COMDAT
(new_decl) = 0;
2253
if ((!DECL_WEAK (decl) ||
DECL_COMDAT
(decl))
ipa-fnsummary.h
450
||
DECL_COMDAT
(edge->callee->decl))
cgraphclones.cc
166
DECL_COMDAT
(new_node->decl) = 0;
657
&& !
DECL_COMDAT
(old_decl))
1113
&& !
DECL_COMDAT
(old_decl))
cgraphunit.cc
270
if (TREE_PUBLIC (decl) && !
DECL_COMDAT
(decl))
498
&& !
DECL_COMDAT
(decl) && !DECL_EXTERNAL (decl))
772
if (
DECL_COMDAT
(n->decl))
982
|| (node->no_reorder && !
DECL_COMDAT
(node->decl)
ipa-inline-analysis.cc
456
else if (
DECL_COMDAT
(node->decl)
ipa-inline-transform.cc
667
DECL_COMDAT
(first_clone->decl) = 0;
/src/external/gpl3/gcc.old/dist/gcc/cp/
optimize.cc
337
DECL_COMDAT
(fn) = false;
503
DECL_COMDAT
(clone) =
DECL_COMDAT
(fn);
decl2.cc
2183
DECL_COMDAT
(decl) = 1;
2207
/* We can't set
DECL_COMDAT
on functions, or cp_finish_file will think
2221
DECL_COMDAT
(decl) = 1;
2250
gcc_checking_assert (!
DECL_COMDAT
(decl));
2255
DECL_COMDAT
. */
2256
if (
DECL_COMDAT
(decl)
2396
if (TREE_PUBLIC (decl) && !
DECL_COMDAT
(decl) && !DECL_REALLY_EXTERN (decl))
2469
if (
DECL_COMDAT
(primary_vtbl)
2649
DECL_COMDAT
(decl) = false;
3186
DECL_EXTERNAL,
DECL_COMDAT
and other related flags. Until thi
[
all
...]
method.cc
123
DECL_COMDAT
(thunk) =
DECL_COMDAT
(function);
329
DECL_COMDAT
(thunk_fndecl) =
DECL_COMDAT
(function);
3203
DECL_COMDAT
(fn) = 1;
/src/external/gpl3/gcc/dist/gcc/cp/
optimize.cc
329
DECL_COMDAT
(fn) = false;
518
DECL_COMDAT
(clone) =
DECL_COMDAT
(fn);
decl2.cc
2307
DECL_COMDAT
(decl) = 1;
2331
/* We can't set
DECL_COMDAT
on functions, or cp_finish_file will think
2345
DECL_COMDAT
(decl) = 1;
2374
gcc_checking_assert (!
DECL_COMDAT
(decl));
2379
DECL_COMDAT
. */
2380
if (
DECL_COMDAT
(decl)
2520
if (TREE_PUBLIC (decl) && !
DECL_COMDAT
(decl) && !DECL_REALLY_EXTERN (decl))
2593
if (
DECL_COMDAT
(primary_vtbl)
2807
DECL_COMDAT
(decl) = false;
3362
DECL_EXTERNAL,
DECL_COMDAT
and other related flags. Until thi
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc
70
&&
DECL_COMDAT
(node->decl) &&
DECL_COMDAT
(prevailing_node->decl))
399
||
DECL_COMDAT
(e->decl)
703
DECL_COMDAT
(decl));
lto-partition.cc
146
if (c == SYMBOL_PARTITION && !
DECL_COMDAT
(node->decl)
267
||
DECL_COMDAT
(node->decl)
/src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc
70
&&
DECL_COMDAT
(node->decl) &&
DECL_COMDAT
(prevailing_node->decl))
399
||
DECL_COMDAT
(e->decl)
703
DECL_COMDAT
(decl));
lto-partition.cc
147
if (c == SYMBOL_PARTITION && !
DECL_COMDAT
(node->decl)
268
||
DECL_COMDAT
(node->decl)
/src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc
1804
if (
DECL_COMDAT
(decl) && DECL_COMMON (decl)
1998
DECL_COMDAT
(thunk) =
DECL_COMDAT
(function);
2540
DECL_COMDAT
(decl) = 1;
Completed in 60 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026