OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TREE_PUBLIC
(Results
1 - 25
of
260
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.h
35
gcc_assert (
TREE_PUBLIC
(decl) || DECL_EXTERNAL (decl));
51
&& (
TREE_PUBLIC
(decl) || DECL_EXTERNAL (decl))
/src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.h
35
gcc_assert (
TREE_PUBLIC
(decl) || DECL_EXTERNAL (decl));
51
&& (
TREE_PUBLIC
(decl) || DECL_EXTERNAL (decl))
/src/external/gpl3/gcc.old/dist/gcc/config/pa/
elf.h
39
if (
TREE_PUBLIC
(DECL)) \
som.h
107
if (
TREE_PUBLIC
(DECL) || TARGET_GAS) \
109
if (
TREE_PUBLIC
(DECL)) \
/src/external/gpl3/gcc/dist/gcc/config/pa/
elf.h
39
if (
TREE_PUBLIC
(DECL)) \
som.h
92
if (
TREE_PUBLIC
(DECL) || TARGET_GAS) \
94
if (
TREE_PUBLIC
(DECL)) \
/src/external/gpl3/gcc.old/dist/gcc/
ipa-visibility.cc
46
For privatized symbols we clear
TREE_PUBLIC
flag and dismantle comdat
145
&&
TREE_PUBLIC
(node->decl)
197
if (!
TREE_PUBLIC
(node->decl)
269
if (!
TREE_PUBLIC
(decl))
517
/* make_decl_local will shortcircuit if it doesn't see
TREE_PUBLIC
.
519
TREE_PUBLIC
(node->decl) = true;
543
gcc_assert (whole_program || in_lto_p || !
TREE_PUBLIC
(node->decl));
575
if (node->same_comdat_group &&
TREE_PUBLIC
(node->decl))
588
&&
TREE_PUBLIC
(next->decl)
600
&&
TREE_PUBLIC
(node->decl
[
all
...]
sancov.cc
177
TREE_PUBLIC
(case_array_var) = 0;
207
TREE_PUBLIC
(ctor) = 0;
symtab.cc
539
if (!
TREE_PUBLIC
(n->decl))
946
if (
TREE_PUBLIC
(decl))
1228
&& (!
TREE_PUBLIC
(get_alias_target ()->decl)
1235
&& (!
TREE_PUBLIC
(decl)
1533
else if (
TREE_PUBLIC
(decl) == 0)
1560
TREE_PUBLIC
(decl) = 0;
1599
if (
TREE_PUBLIC
(decl) && !
TREE_PUBLIC
(n->decl))
1610
TREE_PUBLIC
(decl) =
TREE_PUBLIC
(n->decl)
[
all
...]
tree-emutls.cc
248
TREE_PUBLIC
(to) =
TREE_PUBLIC
(decl);
297
TREE_PUBLIC
(to) =
TREE_PUBLIC
(decl);
/src/external/gpl3/gcc/dist/gcc/
ipa-visibility.cc
46
For privatized symbols we clear
TREE_PUBLIC
flag and dismantle comdat
146
&&
TREE_PUBLIC
(node->decl)
198
if (!
TREE_PUBLIC
(node->decl)
270
if (!
TREE_PUBLIC
(decl))
518
/* make_decl_local will shortcircuit if it doesn't see
TREE_PUBLIC
.
520
TREE_PUBLIC
(node->decl) = true;
544
gcc_assert (whole_program || in_lto_p || !
TREE_PUBLIC
(node->decl));
576
if (node->same_comdat_group &&
TREE_PUBLIC
(node->decl))
589
&&
TREE_PUBLIC
(next->decl)
601
&&
TREE_PUBLIC
(node->decl
[
all
...]
sancov.cc
177
TREE_PUBLIC
(case_array_var) = 0;
207
TREE_PUBLIC
(ctor) = 0;
symtab.cc
539
if (!
TREE_PUBLIC
(n->decl))
947
if (
TREE_PUBLIC
(decl))
1229
&& (!
TREE_PUBLIC
(get_alias_target ()->decl)
1236
&& (!
TREE_PUBLIC
(decl)
1534
else if (
TREE_PUBLIC
(decl) == 0)
1561
TREE_PUBLIC
(decl) = 0;
1600
if (
TREE_PUBLIC
(decl) && !
TREE_PUBLIC
(n->decl))
1611
TREE_PUBLIC
(decl) =
TREE_PUBLIC
(n->decl)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc
1845
if (
TREE_PUBLIC
(d)
1850
p =
TREE_PUBLIC
(d) ? "decl" : "directive";
1972
TREE_PUBLIC
(decl) =
TREE_PUBLIC
(base);
2008
public_p =
TREE_PUBLIC
(anon_union_decl);
2284
TREE_PUBLIC
(decl) = 0;
2306
if (
TREE_PUBLIC
(decl))
2362
if (!
TREE_PUBLIC
(decl))
2364
/* maybe_thunk_body clears
TREE_PUBLIC
and DECL_ABSTRACT_P on the
2520
if (
TREE_PUBLIC
(decl) && !DECL_COMDAT (decl) && !DECL_REALLY_EXTERN (decl)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc
1858
TREE_PUBLIC
(decl) =
TREE_PUBLIC
(base);
1894
public_p =
TREE_PUBLIC
(anon_union_decl);
2160
TREE_PUBLIC
(decl) = 0;
2182
if (
TREE_PUBLIC
(decl))
2238
if (!
TREE_PUBLIC
(decl))
2240
/* maybe_thunk_body clears
TREE_PUBLIC
and DECL_ABSTRACT_P on the
2396
if (
TREE_PUBLIC
(decl) && !DECL_COMDAT (decl) && !DECL_REALLY_EXTERN (decl))
2545
&& !
TREE_PUBLIC
(TYPE_MAIN_DECL (*tp)))
2593
if (!
TREE_PUBLIC
(*tp)
[
all
...]
optimize.cc
307
TREE_PUBLIC
(fn) = false;
331
TREE_PUBLIC
(fn) = false;
515
TREE_PUBLIC
(clone) =
TREE_PUBLIC
(fn);
/src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h
701
if (! DECL_EXTERNAL (DECL) &&
TREE_PUBLIC
(DECL)) \
707
else if (
TREE_PUBLIC
(DECL)) \
823
&& (!DECL_COMMON (DECL) || !
TREE_PUBLIC
(DECL))) \
827
&& (!DECL_COMMON (DECL) || !
TREE_PUBLIC
(DECL))) \
darwin.cc
1170
&& DECL_EXTERNAL (decl) &&
TREE_PUBLIC
(decl)
1282
&& (!
TREE_PUBLIC
(decl) || !DECL_WEAK (decl))
1285
&& (!DECL_COMMON (decl) || !
TREE_PUBLIC
(decl)))
1290
if (!
TREE_PUBLIC
(decl))
1715
if (!
TREE_PUBLIC
(decl))
2219
if (
TREE_PUBLIC
(decl))
2350
|| !
TREE_PUBLIC
(decl)));
2370
TREE_PUBLIC
(decl), TREE_CONSTANT (decl), TREE_READONLY (decl),
2464
if (
TREE_PUBLIC
(decl))
2622
pub =
TREE_PUBLIC
(decl)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
sol2.h
151
if (!
TREE_PUBLIC
(DECL)) \
winnt.cc
82
if (TREE_CODE (decl) != VAR_DECL || !
TREE_PUBLIC
(decl))
118
if (!
TREE_PUBLIC
(decl))
152
&& TREE_STATIC (decl) &&
TREE_PUBLIC
(decl)
347
&&
TREE_PUBLIC
(exp)
357
&&
TREE_PUBLIC
(exp)
659
gcc_assert (
TREE_PUBLIC
(decl));
767
concat ("__real_", realsym, NULL),
TREE_PUBLIC
(decl));
771
TREE_PUBLIC
(decl));
1362
i386_pe_declare_function_type (f, name,
TREE_PUBLIC
(decl));
/src/external/gpl3/gcc/dist/gcc/config/
darwin.h
724
if (! DECL_EXTERNAL (DECL) &&
TREE_PUBLIC
(DECL)) \
730
else if (
TREE_PUBLIC
(DECL)) \
846
&& (!DECL_COMMON (DECL) || !
TREE_PUBLIC
(DECL))) \
850
&& (!DECL_COMMON (DECL) || !
TREE_PUBLIC
(DECL))) \
darwin.cc
1209
&& DECL_EXTERNAL (decl) &&
TREE_PUBLIC
(decl)
1321
&& (!
TREE_PUBLIC
(decl) || !DECL_WEAK (decl))
1324
&& (!DECL_COMMON (decl) || !
TREE_PUBLIC
(decl)))
1329
if (!
TREE_PUBLIC
(decl))
1754
if (!
TREE_PUBLIC
(decl))
2258
if (
TREE_PUBLIC
(decl))
2389
|| !
TREE_PUBLIC
(decl)));
2409
TREE_PUBLIC
(decl), TREE_CONSTANT (decl), TREE_READONLY (decl),
2503
if (
TREE_PUBLIC
(decl))
2661
pub =
TREE_PUBLIC
(decl)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/i386/
sol2.h
151
if (!
TREE_PUBLIC
(DECL)) \
winnt.cc
82
if (TREE_CODE (decl) != VAR_DECL || !
TREE_PUBLIC
(decl))
118
if (!
TREE_PUBLIC
(decl))
152
&& TREE_STATIC (decl) &&
TREE_PUBLIC
(decl)
347
&&
TREE_PUBLIC
(exp)
357
&&
TREE_PUBLIC
(exp)
659
gcc_assert (
TREE_PUBLIC
(decl));
767
concat ("__real_", realsym, NULL),
TREE_PUBLIC
(decl));
771
TREE_PUBLIC
(decl));
1362
i386_pe_declare_function_type (f, name,
TREE_PUBLIC
(decl));
/src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc
90
TREE_PUBLIC
(this->result_) = 1;
Completed in 62 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Tue Feb 24 08:35:24 UTC 2026