Home
last modified time | relevance | path

Searched refs:ptr_obj_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMsvcStlSmartPointer.cpp150 auto ptr_obj_sp = valobj_sp->GetChildMemberWithName("_Ptr"); in Update() local
151 if (!ptr_obj_sp) in Update()
154 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()
H A DLibStdcpp.cpp293 auto ptr_obj_sp = valobj_sp->GetChildMemberWithName("_M_ptr"); in Update() local
294 if (!ptr_obj_sp) in Update()
297 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()
H A DLibCxx.cpp323 auto ptr_obj_sp = valobj_sp->GetChildMemberWithName("__ptr_"); in Update() local
324 if (!ptr_obj_sp) in Update()
327 auto cast_ptr_sp = GetDesugaredSmartPointerValue(*ptr_obj_sp, *valobj_sp); in Update()