Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp21 const char *object_type; member
38 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag()
76 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument
79 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag()
81 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
H A Dtsan_report.cpp171 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local
172 if (object_type == nullptr) in PrintMop()
173 object_type = "external object"; in PrintMop()
175 ExternalMopDesc(first, mop->write), object_type, in PrintMop()
201 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local
202 if (!object_type) { in PrintLocation()
208 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
H A Dtsan_debugging.cpp144 const char **object_type) { in __tsan_get_report_loc_object_type() argument
148 *object_type = GetObjectTypeFromTag(loc->external_tag); in __tsan_get_report_loc_object_type()
H A Dtsan_interface.h82 void *__tsan_external_register_tag(const char *object_type);
157 const char **object_type);
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_object.c150 enum ttm_object_type object_type, in ttm_base_object_init() argument
162 base->object_type = object_type; in ttm_base_object_init()
H A Dttm_object.h124 enum ttm_object_type object_type; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp661 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() local
665 if (!object_type.empty()) { in GenerateSummary()
666 summary = "Race on " + object_type + " object"; in GenerateSummary()
760 std::string object_type = std::string(loc->GetAsDictionary() in GetLocationDescription() local
764 if (!object_type.empty()) { in GetLocationDescription()
766 object_type.c_str(), addr); in GetLocationDescription()
/freebsd-13.1/share/examples/ses/srcs/
H A Dgetobjmap.c82 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h139 void *__tsan_external_register_tag(const char *object_type);
/freebsd-13.1/lib/libc/rpc/
H A Dauth_des.c68 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) argument
/freebsd-13.1/tests/sys/mac/bsdextended/
H A Dmatches_test.sh362 atf_test_case object_type cleanup
398 atf_add_test_case object_type
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8178 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local
8180 if (object_type) { in StartTagDeclarationDefinition()
8181 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()