HomeSort by: relevance | last modified time | path
    Searched defs:overlapping (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 4120 /* A potentially-overlapping non-static data member makes the class
4515 /* Return true iff FIELD_DECL DECL is potentially overlapping. */
4520 /* Base fields are actually potentially overlapping, but C++ bases go through
4559 bool overlapping, vbases_p;
4566 overlapping = field_poverlapping_p (decl);
4573 overlapping = true;
4591 if (!overlapping
4948 back end issues with overlapping FIELD_DECLs, but that doesn't seem to
6721 potentially-overlapping fields. */
7013 /* if D is a potentially-overlapping data member, update sizeof(C) t
4555 bool overlapping, vbases_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 3867 /* A potentially-overlapping non-static data member makes the class
4238 /* Return true iff FIELD_DECL DECL is potentially overlapping. */
4243 /* Base fields are actually potentially overlapping, but C++ bases go through
4282 bool overlapping, vbases_p;
4289 overlapping = field_poverlapping_p (decl);
4296 overlapping = true;
4314 if (!overlapping
4671 back end issues with overlapping FIELD_DECLs, but that doesn't seem to
6412 potentially-overlapping fields. */
6704 /* if D is a potentially-overlapping data member, update sizeof(C) t
4278 bool overlapping, vbases_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1539 /* NB: Generate overlapping operations if it is not a stack
2094 for overlapping moves. */
5303 int overlapping = 0;
5450 overlapping values into temporary pseudos to be moved into the hard
5459 overlapping = memory_load_overlap (XEXP (x, 0), temp, partial);
5460 if (overlapping > 0)
5462 gcc_assert (overlapping % UNITS_PER_WORD == 0);
5463 overlapping /= UNITS_PER_WORD;
5465 tmp_regs = XALLOCAVEC (rtx, overlapping);
5467 for (int i = 0; i < overlapping; i++
5292 int overlapping = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1321 /* NB: Generate overlapping operations if it is not a stack
1873 for overlapping moves. */
4699 int overlapping = 0;
4846 overlapping values into temporary pseudos to be moved into the hard
4855 overlapping = memory_load_overlap (XEXP (x, 0), temp, partial);
4856 if (overlapping > 0)
4858 gcc_assert (overlapping % UNITS_PER_WORD == 0);
4859 overlapping /= UNITS_PER_WORD;
4861 tmp_regs = XALLOCAVEC (rtx, overlapping);
4863 for (int i = 0; i < overlapping; i++
4688 int overlapping = 0; local
    [all...]

Completed in 79 milliseconds