Home
last modified time | relevance | path

Searched refs:item_ptr (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DNSSet.cpp299 *((uint32_t*)buffer.GetBytes()) = (uint32_t)set_item.item_ptr; in GetChildAtIndex()
302 *((uint64_t*)buffer.GetBytes()) = (uint64_t)set_item.item_ptr; in GetChildAtIndex()
467 *((uint32_t*)buffer.GetBytes()) = (uint32_t)set_item.item_ptr; in GetChildAtIndex()
470 *((uint64_t*)buffer.GetBytes()) = (uint64_t)set_item.item_ptr; in GetChildAtIndex()
DCXXFormatterFunctions.cpp1298 ValueObjectSP item_ptr(valobj_sp->GetChildMemberWithName(m_item_name,true)); in Update() local
1299 if (!item_ptr) in Update()
1301 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
1305 …lueObject::CreateValueObjectFromAddress("item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, it… in Update()
/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
Dcl_qlist.h135 #define cl_item_obj(item_ptr, obj_ptr, item_field) (typeof(obj_ptr)) \ argument
136 ((void *)item_ptr - (unsigned long)&((typeof(obj_ptr))0)->item_field)
/freebsd-10-stable/contrib/ncurses/menu/
Dmenu.priv.h128 #define returnItemPtr(code) TRACE_RETURN(code,item_ptr)
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h439 lldb::addr_t item_ptr; member
520 lldb::addr_t item_ptr; member
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dasn1t.h455 # define ASN1_TEMPLATE_item(t) (t->item_ptr)
456 # define ASN1_TEMPLATE_adb(t) (t->item_ptr)