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

/freebsd-10.0-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-10.0-release/share/examples/ses/srcs/
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/freebsd-10.0-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-10.0-release/lib/libc/rpc/
H A Dauth_des.c67 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck.c1769 tree object_type;
1782 object_type = TREE_TYPE (object);
1783 if (!currently_open_class (object_type)
1784 && !complete_type_or_else (object_type, object))
1786 if (!CLASS_TYPE_P (object_type))
1789 member, object, object_type);
1810 object_type))
1812 if (!member_scope || !DERIVED_FROM_P (member_scope, object_type))
1817 error ("%qD is not a member of %qT", member, object_type);
1851 if (!same_type_p (TYPE_MAIN_VARIANT (object_type),
1764 tree object_type; local
1997 tree object_type = TREE_TYPE (object); local
2086 tree object_type; local
[all...]
H A Dsemantics.c1479 tree object_type,
1495 if (object_type
1504 && CLASS_TYPE_P (object_type)
1505 && DERIVED_FROM_P (scope, object_type))
1508 qualifying_type = object_type;
1478 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,
9285 tree object_type;
7850 tsubst_baselink(tree baselink, tree object_type, tree args, tsubst_flags_t complain, tree in_decl) argument
9284 tree object_type; local
[all...]
H A Dparser.c1203 tree object_type;
1291 context->object_type = next->object_type;
4644 parser->context->object_type = scope;
4739 parser->context->object_type = NULL_TREE;
14999 tree object_type = parser->context->object_type;
15011 parser->context->object_type = NULL_TREE;
15037 else if (object_type)
15038 type = object_type;
1201 tree object_type; local
14997 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,
/freebsd-10.0-release/sys/dev/hyperv/netvsc/
H A Dhv_net_vsc.h438 uint32_t object_type; member in struct:nvsp_2_msg_alloc_chimney_handle_
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1019 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(qual_type); local
1020 if (object_type)
1022 const ObjCInterfaceDecl *interface = object_type->getInterface();
5316 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(t); local
5317 if (object_type)
5319 ObjCInterfaceDecl *interface_decl = object_type->getInterface();

Completed in 217 milliseconds