Home
last modified time | relevance | path

Searched defs:object_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp21 const char *object_type; member
76 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag()
H A Dtsan_report.cpp171 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local
201 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local
H A Dtsan_debugging.cpp144 const char **object_type) { in __tsan_get_report_loc_object_type()
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_object.h124 enum ttm_object_type object_type; member
H A Dttm_object.c150 enum ttm_object_type object_type, in ttm_base_object_init()
/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp661 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() local
760 std::string object_type = std::string(loc->GetAsDictionary() in GetLocationDescription() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8178 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local