OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_delta
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ipa-predicate.cc
558
HOST_WIDE_INT
offset_delta
= offset_map[c->operand_num];
local
559
if (
offset_delta
< 0)
562
offset_delta
= 0;
565
|| c->by_ref ||
offset_delta
== 0);
566
ap.offset = c->offset +
offset_delta
;
/src/external/gpl3/gcc/dist/gcc/
ipa-predicate.cc
566
HOST_WIDE_INT
offset_delta
= offset_map[c->operand_num];
local
567
if (
offset_delta
< 0)
570
offset_delta
= 0;
573
|| c->by_ref ||
offset_delta
== 0);
574
ap.offset = c->offset +
offset_delta
;
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026