Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp145 ValueObjectSP member_f_(valobj_sp->GetChildMemberWithName("__f_")); in FindLibCppStdFunctionCallableInfo() local
147 if (member_f_) { in FindLibCppStdFunctionCallableInfo()
148 ValueObjectSP sub_member_f_(member_f_->GetChildMemberWithName("__f_")); in FindLibCppStdFunctionCallableInfo()
151 member_f_ = sub_member_f_; in FindLibCppStdFunctionCallableInfo()
154 if (!member_f_) in FindLibCppStdFunctionCallableInfo()
157 lldb::addr_t member_f_pointer_value = member_f_->GetValueAsUnsigned(0); in FindLibCppStdFunctionCallableInfo()