Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 23 of 23) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser_common.c29 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) in object_type_from_bios_object_id()
33 enum object_type object_type; in object_type_from_bios_object_id() local
37 object_type = OBJECT_TYPE_GPU; in object_type_from_bios_object_id()
40 object_type = OBJECT_TYPE_ENCODER; in object_type_from_bios_object_id()
43 object_type = OBJECT_TYPE_CONNECTOR; in object_type_from_bios_object_id()
46 object_type = OBJECT_TYPE_ROUTER; in object_type_from_bios_object_id()
49 object_type = OBJECT_TYPE_GENERIC; in object_type_from_bios_object_id()
52 object_type = OBJECT_TYPE_UNKNOWN; in object_type_from_bios_object_id()
56 return object_type; in object_type_from_bios_object_id()
248 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id()
[all …]
/dflybsd-src/share/examples/ses/srcs/
H A Dgetencstat.c142 geteltnm(objp[i].object_type),
143 stat2ascii(objp[i].object_type,
149 ob.obj_id, geteltnm(objp[i].object_type),
150 stat2ascii(objp[i].object_type, ob.cstat));
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/dflybsd-src/sys/dev/drm/include/drm/ttm/
H A Dttm_object.h129 enum ttm_object_type object_type; member
342 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type()
344 base->object_type; in ttm_base_object_type()
/dflybsd-src/sys/dev/drm/amd/display/include/
H A Dgrph_object_id.h30 enum object_type { enum
232 enum object_type type) in dal_graphics_object_id_init()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c2120 tree object_type; in build_class_member_access_expr() local
2134 object_type = TREE_TYPE (object); in build_class_member_access_expr()
2135 if (!currently_open_class (object_type) in build_class_member_access_expr()
2136 && !complete_type_or_maybe_complain (object_type, object, complain)) in build_class_member_access_expr()
2138 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr()
2142 if (POINTER_TYPE_P (object_type) in build_class_member_access_expr()
2143 && CLASS_TYPE_P (TREE_TYPE (object_type))) in build_class_member_access_expr()
2146 member, object, object_type); in build_class_member_access_expr()
2149 "type %qT", member, object, object_type); in build_class_member_access_expr()
2171 object_type)) in build_class_member_access_expr()
[all …]
H A Dparser.h204 tree object_type; member
H A Dparser.c355 print_node_brief (file, "", c->object_type, 0); in cp_debug_print_context()
1714 context->object_type = next->object_type; in cp_parser_context_new()
5955 parser->context->object_type = scope; in cp_parser_postfix_dot_deref_expression()
6066 parser->context->object_type = NULL_TREE; in cp_parser_postfix_dot_deref_expression()
20300 tree object_type = parser->context->object_type; in cp_parser_lookup_name() local
20312 parser->context->object_type = NULL_TREE; in cp_parser_lookup_name()
20338 else if (object_type) in cp_parser_lookup_name()
20339 type = object_type; in cp_parser_lookup_name()
20458 else if (object_type) in cp_parser_lookup_name()
20463 if (CLASS_TYPE_P (object_type)) in cp_parser_lookup_name()
[all …]
H A Dpt.c2166 tree object_type = NULL_TREE; in copy_default_args_to_explicit_spec() local
2186 object_type = TREE_TYPE (TREE_VALUE (spec_types)); in copy_default_args_to_explicit_spec()
2209 if (object_type) in copy_default_args_to_explicit_spec()
2222 new_type = build_method_type_directly (object_type, in copy_default_args_to_explicit_spec()
11600 tsubst_baselink (tree baselink, tree object_type, in tsubst_baselink() argument
11656 if (!object_type) in tsubst_baselink()
11657 object_type = current_class_type; in tsubst_baselink()
11662 object_type); in tsubst_baselink()
13832 tree object_type; in tsubst_copy_and_build() local
13840 object_type = TREE_TYPE (object); in tsubst_copy_and_build()
[all …]
H A Dsemantics.c1655 tree object_type, in check_accessibility_of_qualified_id() argument
1681 if (object_type in check_accessibility_of_qualified_id()
1690 && CLASS_TYPE_P (object_type) in check_accessibility_of_qualified_id()
1691 && DERIVED_FROM_P (scope, object_type)) in check_accessibility_of_qualified_id()
1694 qualifying_type = object_type; in check_accessibility_of_qualified_id()
H A Dclass.c549 tree object_type; in convert_to_base() local
554 object_type = TREE_TYPE (TREE_TYPE (object)); in convert_to_base()
558 object_type = TREE_TYPE (object); in convert_to_base()
563 binfo = lookup_base (object_type, type, in convert_to_base()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c2352 tree object_type; in build_class_member_access_expr() local
2366 object_type = TREE_TYPE (object); in build_class_member_access_expr()
2367 if (!currently_open_class (object_type) in build_class_member_access_expr()
2368 && !complete_type_or_maybe_complain (object_type, object, complain)) in build_class_member_access_expr()
2370 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr()
2374 if (POINTER_TYPE_P (object_type) in build_class_member_access_expr()
2375 && CLASS_TYPE_P (TREE_TYPE (object_type))) in build_class_member_access_expr()
2378 member, object.get_value (), object_type); in build_class_member_access_expr()
2381 "type %qT", member, object.get_value (), object_type); in build_class_member_access_expr()
2404 object_type)) in build_class_member_access_expr()
[all …]
H A Dparser.h195 tree object_type; member
H A Dsearch.c727 tree object_type; member
779 if (friend_accessible_p (scope, decl, N, d->object_type)) in dfs_accessible_post()
H A Dparser.c391 print_node_brief (file, "", c->object_type, 0); in cp_debug_print_context()
1959 context->object_type = next->object_type; in cp_parser_context_new()
7518 parser->context->object_type = scope; in cp_parser_postfix_dot_deref_expression()
7535 parser->context->object_type = unknown_type_node; in cp_parser_postfix_dot_deref_expression()
7645 parser->context->object_type = NULL_TREE; in cp_parser_postfix_dot_deref_expression()
16066 parser->context->object_type = NULL_TREE; in cp_parser_template_name()
16077 : parser->context->object_type); in cp_parser_template_name()
16084 parser->context->object_type = NULL_TREE; in cp_parser_template_name()
26159 tree object_type = parser->context->object_type; in cp_parser_lookup_name() local
26168 parser->context->object_type = NULL_TREE; in cp_parser_lookup_name()
[all …]
H A Dsemantics.c1948 tree object_type, in check_accessibility_of_qualified_id() argument
1974 if (object_type in check_accessibility_of_qualified_id()
1983 && CLASS_TYPE_P (object_type) in check_accessibility_of_qualified_id()
1984 && DERIVED_FROM_P (scope, object_type)) in check_accessibility_of_qualified_id()
1987 qualifying_type = object_type; in check_accessibility_of_qualified_id()
H A Dpt.c2466 tree object_type = NULL_TREE; in copy_default_args_to_explicit_spec() local
2486 object_type = TREE_TYPE (TREE_VALUE (spec_types)); in copy_default_args_to_explicit_spec()
2509 if (object_type) in copy_default_args_to_explicit_spec()
2522 new_type = build_method_type_directly (object_type, in copy_default_args_to_explicit_spec()
15040 tsubst_baselink (tree baselink, tree object_type, in tsubst_baselink() argument
15119 if (!object_type) in tsubst_baselink()
15120 object_type = current_class_type; in tsubst_baselink()
15126 object_type); in tsubst_baselink()
18672 tree object_type; in tsubst_copy_and_build() local
18682 object_type = TREE_TYPE (object); in tsubst_copy_and_build()
[all …]
H A Dclass.c604 tree object_type; in convert_to_base() local
608 object_type = TREE_TYPE (TREE_TYPE (object)); in convert_to_base()
612 object_type = TREE_TYPE (object); in convert_to_base()
614 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base()
/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_object.c161 enum ttm_object_type object_type, in ttm_base_object_init() argument
173 base->object_type = object_type; in ttm_base_object_init()
677 base->object_type != ttm_prime_type)) { in ttm_prime_handle_to_fd()
/dflybsd-src/lib/libc/rpc/
H A Dauth_des.c62 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) argument
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_ses.h90 unsigned char object_type; /* Object Type */ member
H A Dscsi_ses.c568 obj.object_type = ssc->ses_objmap[i].enctype; in sesioctl()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dtasn_dec.c528 int object_type; in asn1_d2i_any() local
547 if (asn1_check_tag(&cbs_object, &length, &object_type, &object_class, in asn1_d2i_any()
553 object_type = V_ASN1_OTHER; in asn1_d2i_any()
555 return asn1_d2i_primitive_content(pval, cbs, &cbs_object, object_type, in asn1_d2i_any()