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

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 830 valpy_do_cast (PyObject *self, PyObject *args, enum exp_opcode op) function
877 return valpy_do_cast (self, args, UNOP_CAST);
885 return valpy_do_cast (self, args, UNOP_DYNAMIC_CAST);
893 return valpy_do_cast (self, args, UNOP_REINTERPRET_CAST);
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 808 valpy_do_cast (PyObject *self, PyObject *args, enum exp_opcode op) function
855 return valpy_do_cast (self, args, UNOP_CAST);
863 return valpy_do_cast (self, args, UNOP_DYNAMIC_CAST);
871 return valpy_do_cast (self, args, UNOP_REINTERPRET_CAST);

Completed in 18 milliseconds