Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp205 ValueObjectSP item_ptr = in Update() local
207 if (!item_ptr) in Update()
209 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
214 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update()
215 item_ptr->GetCompilerType().GetPointeeType()); in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp69 lldb::addr_t item_ptr; member
95 lldb::addr_t item_ptr; member
127 lldb::addr_t item_ptr; member
498 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
502 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
625 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
629 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
779 *((uint32_t *)buffer.GetBytes()) = (uint32_t)set_item.item_ptr; in GetChildAtIndex()
782 *((uint64_t *)buffer.GetBytes()) = (uint64_t)set_item.item_ptr; in GetChildAtIndex()
/freebsd/contrib/ofed/opensm/include/complib/
H A 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/contrib/ncurses/menu/
H A Dmenu.priv.h136 #define returnItemPtr(code) TRACE_RETURN1(code,item_ptr)
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h488 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
489 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
H A Dasn1t.h.in489 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
490 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)