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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp20 const char *object_type; member in struct:__tsan::TagData
37 return tag_data ? tag_data->object_type : nullptr;
75 void *__tsan_external_register_tag(const char *object_type) { argument
78 GetTagData(new_tag)->object_type = internal_strdup(object_type);
80 internal_snprintf(header, sizeof(header), "race on %s", object_type);
H A Dtsan_report.cpp170 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
171 if (object_type == nullptr)
172 object_type = "external object";
174 ExternalMopDesc(first, mop->write), object_type,
200 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
201 if (!object_type) {
207 object_type, loc->heap_chunk_size, loc->heap_chunk_start,
H A Dtsan_debugging.cpp144 const char **object_type) {
148 *object_type = GetObjectTypeFromTag(loc->external_tag);
143 __tsan_get_report_loc_object_type(void *report, uptr idx, const char **object_type) argument
H A Dtsan_interface.h82 void *__tsan_external_register_tag(const char *object_type);
157 const char **object_type);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h133 void *__tsan_external_register_tag(const char *object_type);
/freebsd-11-stable/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-11-stable/share/examples/ses/srcs/
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c66 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp90 int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type);
131 const char *object_type;
187 ptr__tsan_get_report_loc_object_type(t.report, i, &t.locs[i].object_type);
419 dict->AddStringItem("object_type",
420 RetrieveString(o, process_sp, ".object_type"));
660 std::string object_type = loc->GetAsDictionary() local
661 ->GetValueForKey("object_type")
664 if (!object_type.empty()) {
665 summary = "Race on " + object_type + " object";
759 std::string object_type local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c1807 tree object_type;
1820 object_type = TREE_TYPE (object);
1821 if (!currently_open_class (object_type)
1822 && !complete_type_or_else (object_type, object))
1824 if (!CLASS_TYPE_P (object_type))
1827 member, object, object_type);
1848 object_type))
1850 if (!member_scope || !DERIVED_FROM_P (member_scope, object_type))
1855 error ("%qD is not a member of %qT", member, object_type);
1889 if (!same_type_p (TYPE_MAIN_VARIANT (object_type),
1802 tree object_type; local
2035 tree object_type = TREE_TYPE (object); local
2124 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,
7856 tsubst_baselink (tree baselink, tree object_type,
7908 if (!object_type)
7909 object_type = current_class_type;
7912 object_type);
7992 check_accessibility_of_qualified_id (expr, /*object_type=*/NULL_TREE,
9312 tree object_type;
7855 tsubst_baselink(tree baselink, tree object_type, tree args, tsubst_flags_t complain, tree in_decl) argument
9311 tree object_type; local
[all...]
H A Dparser.c1216 tree object_type;
1304 context->object_type = next->object_type;
4838 parser->context->object_type = scope;
4933 parser->context->object_type = NULL_TREE;
15510 tree object_type = parser->context->object_type;
15522 parser->context->object_type = NULL_TREE;
15548 else if (object_type)
15549 type = object_type;
1214 tree object_type; local
15508 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-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7761 const clang::ObjCObjectType *object_type = local
7763 if (object_type) {
7764 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface();

Completed in 244 milliseconds