Home
last modified time | relevance | path

Searched refs:type_kind (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.suppr5 type_kind = typedef
9 type_kind = typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp570 type_kind; // Defines pixel type if Allocation is created from an image member
587 type.isValid() && type_vec_size.isValid() && type_kind.isValid(); in ShouldRefresh()
2003 elem.type_kind = in JITElementPacked()
2011 __FUNCTION__, *elem.type.get(), *elem.type_kind.get(), in JITElementPacked()
2577 elem_header.kind = *elem.type_kind.get(); in PopulateElementHeaders()
2656 alloc->element.type_kind.isValid() && alloc->dimension.isValid() && in SaveAllocation()
3435 if (!alloc->element.type_kind.isValid()) in ListAllocations()
3438 const Element::DataKind kind = *alloc->element.type_kind.get(); in ListAllocations()