OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_mutable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-reachability.cc
128
reachable_regions::add (const region *reg, bool
is_mutable
)
135
/* Bail out if this cluster is already in the sets at the
IS_MUTABLE
137
if (!
is_mutable
&& m_reachable_base_regs.contains (base_reg))
141
if (
is_mutable
)
242
bool
is_mutable
= true;
local
246
is_mutable
= false;
247
if (
is_mutable
)
252
add (base_reg,
is_mutable
);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-reachability.cc
132
reachable_regions::add (const region *reg, bool
is_mutable
)
139
/* Bail out if this cluster is already in the sets at the
IS_MUTABLE
141
if (!
is_mutable
&& m_reachable_base_regs.contains (base_reg))
145
if (
is_mutable
)
246
bool
is_mutable
= true;
local
250
is_mutable
= false;
251
if (
is_mutable
)
256
add (base_reg,
is_mutable
);
Completed in 16 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026