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

  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 3510 CLS is non-virtual in *BOFFS, set ISVIRT to indicate if CLS
3515 struct value *v, int *boffs, bool *isvirt)
3527 *isvirt = true;
3530 *isvirt = false;
3534 if (get_baseclass_offset (check_typedef (t), cls, v, boffs, isvirt))
3536 if (*isvirt == false) /* Add non-virtual base offset. */
3618 bool isvirt = false;
3620 &isvirt))
3627 &boff, &isvirt))
3616 bool isvirt = false; local
  /src/external/gpl3/gdb/dist/gdb/
valops.c 3504 CLS is non-virtual in *BOFFS, set ISVIRT to indicate if CLS
3509 struct value *v, int *boffs, bool *isvirt)
3521 *isvirt = true;
3524 *isvirt = false;
3528 if (get_baseclass_offset (check_typedef (t), cls, v, boffs, isvirt))
3530 if (*isvirt == false) /* Add non-virtual base offset. */
3612 bool isvirt = false;
3614 &isvirt))
3621 &boff, &isvirt))
3610 bool isvirt = false; local

Completed in 17 milliseconds