Searched refs:object_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dobject.h24 enum object_type { enum
65 virtual object_type type() = 0;
173 object_type type;
199 object_spec(object_type);
H A Dobject.cpp406 object_spec::object_spec(object_type t) : type(t)
451 object_type type() { return OTHER_OBJECT; }
478 object_type type();
490 object_type mark_object::type()
557 object_type type() = 0;
677 object_type type() = 0;
701 object_type type() = 0;
730 object_type type() { return BOX_OBJECT; }
883 object_type type();
939 object_type block_objec
[all...]
H A Dpic.y58 const char *object_type_name(object_type type);
81 object_type obtype;
267 %type <obtype> object_type
1280 ordinal object_type
1295 | optional_ordinal_last object_type
1312 object_type: label
1366 | ORDINAL LAST object_type relative_path
1372 | LAST object_type relative_path
1378 | ORDINAL object_type relative_path
1816 const char *object_type_name(object_type typ
[all...]
/freebsd-9.3-release/lib/libncp/
H A Dncpl_bind.c42 ncp_get_bindery_object_id(NWCONN_HANDLE connid, u_int16_t object_type, argument
49 ncp_add_word_hl(conn, object_type);
59 target->object_type = ncp_reply_word_hl(conn, 4);
65 ncp_read_property_value(NWCONN_HANDLE connid, int object_type, argument
72 ncp_add_word_hl(&conn, object_type);
88 u_int16_t object_type, char *search_string,
96 ncp_add_word_hl(conn, object_type);
101 target->object_type = ncp_reply_word_hl(conn, 4);
121 target->object_type = ncp_reply_word_hl(conn, 4);
153 ncp_add_word_hl(conn, object->object_type);
87 ncp_scan_bindery_object(NWCONN_HANDLE connid, u_int32_t last_id, u_int16_t object_type, char *search_string, struct ncp_bindery_object *target) argument
[all...]
H A Dncpl_misc.c103 target->object_type = ncp_reply_word_hl(conn, 4);
/freebsd-9.3-release/sys/netncp/
H A Dncp_ncp.h113 u_int16_t object_type, char *object_name,
121 int ncp_login_unencrypted(struct ncp_conn *conn, u_int16_t object_type,
H A Dncp_ncp.c275 u_int16_t object_type, char *object_name,
283 mb_put_uint16be(&rqp->rq, object_type);
290 md_get_uint16be(&rqp->rp, &target->object_type);
364 mb_put_uint16be(mbp, object->object_type);
378 ncp_login_unencrypted(struct ncp_conn *conn, u_int16_t object_type, argument
388 mb_put_uint16be(&rqp->rq, object_type);
274 ncp_get_bindery_object_id(struct ncp_conn *conn, u_int16_t object_type, char *object_name, struct ncp_bindery_object *target, struct thread *td, struct ucred *cred) argument
H A Dncp_lib.h178 int ncp_read_property_value(NWCONN_HANDLE, int object_type, const char *,
H A Dncp.h82 u_int16_t object_type; member in struct:ncp_bindery_object
/freebsd-9.3-release/share/examples/ses/srcs/
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_object.h124 enum ttm_object_type object_type; member in struct:ttm_base_object
H A Dttm_object.c150 enum ttm_object_type object_type,
162 base->object_type = object_type;
147 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*rcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_des.c66 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c1775 tree object_type;
1788 object_type = TREE_TYPE (object);
1789 if (!currently_open_class (object_type)
1790 && !complete_type_or_else (object_type, object))
1792 if (!CLASS_TYPE_P (object_type))
1795 member, object, object_type);
1816 object_type))
1818 if (!member_scope || !DERIVED_FROM_P (member_scope, object_type))
1823 error ("%qD is not a member of %qT", member, object_type);
1857 if (!same_type_p (TYPE_MAIN_VARIANT (object_type),
1770 tree object_type; local
2003 tree object_type = TREE_TYPE (object); local
2092 tree object_type; local
[all...]
H A Dsemantics.c1503 tree object_type,
1519 if (object_type
1528 && CLASS_TYPE_P (object_type)
1529 && DERIVED_FROM_P (scope, object_type))
1532 qualifying_type = object_type;
1502 check_accessibility_of_qualified_id(tree decl, tree object_type, tree nested_name_specifier) argument
H A Dpt.c1710 tree object_type = NULL_TREE; local
1730 object_type = TREE_TYPE (TREE_VALUE (spec_types));
1753 if (object_type)
1766 new_type = build_method_type_directly (object_type,
7851 tsubst_baselink (tree baselink, tree object_type,
7903 if (!object_type)
7904 object_type = current_class_type;
7907 object_type);
7987 check_accessibility_of_qualified_id (expr, /*object_type=*/NULL_TREE,
9307 tree object_type;
7850 tsubst_baselink(tree baselink, tree object_type, tree args, tsubst_flags_t complain, tree in_decl) argument
9306 tree object_type; local
[all...]
H A Dparser.c1210 tree object_type;
1298 context->object_type = next->object_type;
4651 parser->context->object_type = scope;
4746 parser->context->object_type = NULL_TREE;
15089 tree object_type = parser->context->object_type;
15101 parser->context->object_type = NULL_TREE;
15127 else if (object_type)
15128 type = object_type;
1208 tree object_type; local
15087 tree object_type = parser->context->object_type; local
[all...]
H A Dclass.c498 tree object_type; local
502 object_type = TREE_TYPE (TREE_TYPE (object));
506 object_type = TREE_TYPE (object);
508 binfo = lookup_base (object_type, type,

Completed in 410 milliseconds