OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:off_hwi
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc
640
poly_int64
off_hwi
;
local
641
if (off.to_shwi (&
off_hwi
))
643
bit_offset =
off_hwi
;
tree-ssa-structalias.cc
3345
poly_int64
off_hwi
;
local
3346
if (off.to_shwi (&
off_hwi
))
3347
bitpos =
off_hwi
;
/src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc
646
poly_int64
off_hwi
;
local
647
if (off.to_shwi (&
off_hwi
))
649
bit_offset =
off_hwi
;
tree-ssa-structalias.cc
3312
poly_int64
off_hwi
;
local
3313
if (off.to_shwi (&
off_hwi
))
3314
bitpos =
off_hwi
;
Completed in 40 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026