HomeSort by: relevance | last modified time | path
    Searched refs:obj_type (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c 119 struct type *obj_type, const char *method_name,
122 gdb_assert (obj_type != NULL && method_name != NULL);
126 gdbpy_ref<> py_type (type_to_type_object (obj_type));
297 struct type *obj_type; variable in typeref:struct:type
395 obj_type = type_object_to_type (m_this_type);
396 (*arg_types)[0] = make_cv_type (1, 0, lookup_pointer_type (obj_type),
409 struct type *obj_type, *this_type; local
426 obj_type = check_typedef (obj->type ());
428 if (obj_type->code () == TYPE_CODE_PTR)
432 if (!types_equal (obj_type, this_ptr)
508 struct type *obj_type, *this_type; local
    [all...]
python-internal.h 486 struct type *obj_type, const char *method_name,
  /src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c 119 struct type *obj_type, const char *method_name,
122 gdb_assert (obj_type != NULL && method_name != NULL);
126 gdbpy_ref<> py_type (type_to_type_object (obj_type));
297 struct type *obj_type; variable in typeref:struct:type
395 obj_type = type_object_to_type (m_this_type);
396 (*arg_types)[0] = make_cv_type (1, 0, lookup_pointer_type (obj_type),
409 struct type *obj_type, *this_type; local
426 obj_type = check_typedef (obj->type ());
428 if (obj_type->code () == TYPE_CODE_PTR)
432 if (!types_equal (obj_type, this_ptr)
508 struct type *obj_type, *this_type; local
    [all...]
python-internal.h 478 struct type *obj_type, const char *method_name,
1159 * obj_type - the type of Python object whose lifecycle is managed.
1165 void add (obj_type *obj);
1166 void remove (obj_type *obj);
1170 obj_type *lookup (val_type *val);
1177 using obj_type = typename Storage::obj_type;
1183 void add (O *owner, obj_type *obj) const
1191 void remove (O *owner, obj_type *obj) const
1200 obj_type *lookup (O *owner, val_type *val) cons
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_object.c 45 uint32_t obj_type, bool register_obj,
62 obj->type = obj_type;
78 * @obj_type: object type
87 struct drm_mode_object *obj, uint32_t obj_type)
89 return __drm_mode_object_add(dev, obj, obj_type, true, NULL);
419 obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type);
542 arg_obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type);
drm_crtc_internal.h 142 uint32_t obj_type, bool register_obj,
145 uint32_t obj_type);
drm_connector.c 2140 .obj_type = DRM_MODE_OBJECT_CONNECTOR
  /src/external/bsd/tcpdump/dist/
print-vqp.c 57 nd_uint32_t obj_type; member in struct:vqp_obj_tlv_t
165 vqp_obj_type = GET_BE_U_4(vqp_obj_tlv->obj_type);
  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-throw.c 484 struct type *obj_type;
491 obj_type = cplus_type_from_type_info (arg1);
492 return value_ind (value_cast (make_pointer_type (obj_type, NULL), arg0));
481 struct type *obj_type; local
extension-priv.h 254 METHOD_NAME on objects of type OBJ_TYPE. The vector is returned
261 struct type *obj_type,
ada-lang.c 6340 struct type *ptr_type, *obj_type;
6344 obj_type = obj->type ();
6348 if (obj_type->code () == TYPE_CODE_PTR || obj_type->code () == TYPE_CODE_REF)
6421 tag = value_tag_from_contents_and_address (obj_type, NULL, base_address);
6430 obj_type = type_from_tag (tag);
6432 if (!obj_type)
6435 return value_from_contents_and_address (obj_type, NULL, base_address);
6329 struct type *ptr_type, *obj_type; local
valops.c 2713 struct type *obj_type = obj ? obj->type () : NULL;
3026 struct type *objtype = check_typedef (obj_type);
2711 struct type *obj_type = obj ? obj->type () : NULL; variable in typeref:struct:type
  /src/external/gpl3/gdb/dist/gdb/
break-catch-throw.c 480 struct type *obj_type;
487 obj_type = cplus_type_from_type_info (arg1);
488 return value_ind (value_cast (make_pointer_type (obj_type, NULL), arg0));
477 struct type *obj_type; local
extension-priv.h 254 METHOD_NAME on objects of type OBJ_TYPE. The vector is returned
261 struct type *obj_type,
ada-lang.c 6337 struct type *ptr_type, *obj_type;
6341 obj_type = obj->type ();
6345 if (obj_type->code () == TYPE_CODE_PTR || obj_type->code () == TYPE_CODE_REF)
6418 tag = value_tag_from_contents_and_address (obj_type, NULL, base_address);
6427 obj_type = type_from_tag (tag);
6429 if (!obj_type)
6432 return value_from_contents_and_address (obj_type, NULL, base_address);
6326 struct type *ptr_type, *obj_type; local
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_znode.c 561 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
576 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE;
622 dmu_object_type_t obj_type, sa_handle_t *hdl, vnode_t *vp)
625 dmu_object_type_t obj_type, sa_handle_t *hdl)
676 zfs_znode_sa_init(zfsvfs, zp, db, obj_type, hdl);
830 dmu_object_type_t obj_type; local
859 obj_type = doi.doi_bonus_type;
868 zp = zfs_znode_alloc(zfsvfs, db, blksz, obj_type, hdl, vp);
942 dmu_object_type_t obj_type; local
959 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE
    [all...]
zfs_acl.c 533 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags)
556 if (obj_type == VDIR &&
657 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp,
683 if (zfs_ace_valid(obj_type, aclp, aceptr->z_hdr.z_type,
776 zfs_copy_ace_2_oldace(vtype_t obj_type, zfs_acl_t *aclp, ace_t *acep,
790 if (zfs_ace_valid(obj_type, aclp, aceptr->z_type,
1850 zfs_vsec_2_aclp(zfsvfs_t *zfsvfs, vtype_t obj_type,
1866 if ((error = zfs_copy_ace_2_oldace(obj_type, aclp,
1874 if ((error = zfs_copy_ace_2_fuid(zfsvfs, obj_type, aclp,
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-display-src.cc 63 bool is_java_class () { return obj_type == OT_JAVA_CLASS; }
68 Obj_Types obj_type; member in class:er_src
99 obj_type = OT_UNKNOWN;
594 obj_type = OT_JAVA_CLASS;
730 obj_type = OT_EXE_ELF;
Dbe.cc 5454 Histable::Type obj_type = type; local
5455 if ((obj_type == Histable::LINE || obj_type == Histable::INSTR)
5457 obj_type = Histable::FUNCTION;
5458 Histable *hobj = dbeSession->findObjectById (obj_type, subtype, ids->fetch (i));
5459 if ((obj_type == Histable::LINE || obj_type == Histable::INSTR)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-display-src.cc 63 bool is_java_class () { return obj_type == OT_JAVA_CLASS; }
68 Obj_Types obj_type; member in class:er_src
99 obj_type = OT_UNKNOWN;
594 obj_type = OT_JAVA_CLASS;
730 obj_type = OT_EXE_ELF;
Dbe.cc 5454 Histable::Type obj_type = type; local
5455 if ((obj_type == Histable::LINE || obj_type == Histable::INSTR)
5457 obj_type = Histable::FUNCTION;
5458 Histable *hobj = dbeSession->findObjectById (obj_type, subtype, ids->fetch (i));
5459 if ((obj_type == Histable::LINE || obj_type == Histable::INSTR)
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 461 __u32 obj_type; member in struct:drm_mode_obj_get_properties
468 __u32 obj_type; member in struct:drm_mode_obj_set_property
  /src/usr.sbin/fstyp/
hammer_disk.h 902 uint8_t obj_type; member in struct:hammer_inode_data
955 * NOTE: leaf.base.obj_type from the related B-Tree leaf entry holds
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 2234 tree obj_type = TREE_TYPE (OBJ_TYPE_REF_TOKEN (ref)); local
2236 tree fun = BINFO_VIRTUALS (TYPE_BINFO (TREE_TYPE (obj_type)));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 2164 tree obj_type = TREE_TYPE (OBJ_TYPE_REF_TOKEN (ref)); local
2166 tree fun = BINFO_VIRTUALS (TYPE_BINFO (TREE_TYPE (obj_type)));

Completed in 93 milliseconds

1 2