HomeSort by: relevance | last modified time | path
    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