OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guaranteed_unmodified
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc
1196
The function works in two modes. If
GUARANTEED_UNMODIFIED
is NULL, it return
1198
load in STMT. If
GUARANTEED_UNMODIFIED
is not NULL, it will return true even
1200
store false to *
GUARANTEED_UNMODIFIED
, otherwise it will store true there.
1216
bool *by_ref_p, bool *
guaranteed_unmodified
)
1241
if (
guaranteed_unmodified
)
1242
*
guaranteed_unmodified
= true;
1282
if (!data_preserved && !
guaranteed_unmodified
)
1289
if (
guaranteed_unmodified
)
1290
*
guaranteed_unmodified
= data_preserved;
2606
cs->indirect_info->
guaranteed_unmodified
= 0
2693
bool
guaranteed_unmodified
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc
1093
The function works in two modes. If
GUARANTEED_UNMODIFIED
is NULL, it return
1095
load in STMT. If
GUARANTEED_UNMODIFIED
is not NULL, it will return true even
1097
store false to *
GUARANTEED_UNMODIFIED
, otherwise it will store true there.
1110
bool *by_ref_p, bool *
guaranteed_unmodified
)
1134
if (
guaranteed_unmodified
)
1135
*
guaranteed_unmodified
= true;
1175
if (!data_preserved && !
guaranteed_unmodified
)
1182
if (
guaranteed_unmodified
)
1183
*
guaranteed_unmodified
= data_preserved;
2523
cs->indirect_info->
guaranteed_unmodified
= 0
2609
bool
guaranteed_unmodified
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026