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 D | tsan_external.cpp | 21 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 D | tsan_report.cpp | 171 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 D | tsan_debugging.cpp | 144 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 D | tsan_interface.h | 82 void *__tsan_external_register_tag(const char *object_type); 157 const char **object_type);
|
| /freebsd-13.1/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 150 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 D | ttm_object.h | 124 enum ttm_object_type object_type; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 661 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 D | getobjmap.c | 82 objp[i].obj_id, geteltnm((int)objp[i].object_type)); in main()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | tsan_interface.h | 139 void *__tsan_external_register_tag(const char *object_type);
|
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | auth_des.c | 68 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) argument
|
| /freebsd-13.1/tests/sys/mac/bsdextended/ |
| H A D | matches_test.sh | 362 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 D | TypeSystemClang.cpp | 8178 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local 8180 if (object_type) { in StartTagDeclarationDefinition() 8181 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()
|