Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp207 ValueObjectSP item_ptr = in Update() local
209 if (!item_ptr) in Update()
211 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
216 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update()
217 item_ptr->GetCompilerType().GetPointeeType()); in Update()
/src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp71 lldb::addr_t item_ptr; member
99 lldb::addr_t item_ptr; member
133 lldb::addr_t item_ptr; member
520 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
524 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
646 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
650 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
804 *((uint32_t *)buffer.GetBytes()) = (uint32_t)set_item.item_ptr; in GetChildAtIndex()
807 *((uint64_t *)buffer.GetBytes()) = (uint64_t)set_item.item_ptr; in GetChildAtIndex()
/src/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)
/src/contrib/ncurses/menu/
H A Dmenu.priv.h136 #define returnItemPtr(code) TRACE_RETURN1(code,item_ptr)
/src/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)