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

  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 152 gdbpy_ref<> arg (type_to_type_object (type));
222 arg.reset (type_to_type_object (type->field (field).type ()));
303 type_holder.reset (type_to_type_object (checked_type));
509 return type_to_type_object (type);
600 return type_to_type_object (array);
634 return type_to_type_object (type);
706 return type_to_type_object (type);
722 return type_to_type_object (type->target_type ());
740 return type_to_type_object (type);
758 return type_to_type_object (type)
1457 type_to_type_object (struct type *type) function
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 152 gdbpy_ref<> arg (type_to_type_object (type));
222 arg.reset (type_to_type_object (type->field (field).type ()));
303 type_holder.reset (type_to_type_object (checked_type));
509 return type_to_type_object (type);
600 return type_to_type_object (array);
634 return type_to_type_object (type);
706 return type_to_type_object (type);
722 return type_to_type_object (type->target_type ());
740 return type_to_type_object (type);
758 return type_to_type_object (type)
1458 type_to_type_object (struct type *type) function
    [all...]

Completed in 33 milliseconds