Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp34 #define ASSIGN_PTR_OR_RETURN(result_ptr, expr) \ argument
39 result_ptr = &expected_result.get(); \
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h427 Boolean *result_ptr = value_sp->GetAsBoolean();
428 if (result_ptr) {
429 result = result_ptr->GetValue(); in Dictionary()
479 Boolean *result_ptr = value_sp->GetAsBoolean(); GetValueForKeyAsBoolean() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp207 addr_t result_ptr = ret.GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in GetObjectDescription() local
215 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp658 addr_t result_ptr = results.GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in GetExceptionObjectForThread() local
660 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2754 char *result_ptr = nullptr; in GetDocumentationForItem() local
2758 &result_ptr, in GetDocumentationForItem()
2760 if (result_ptr) in GetDocumentationForItem()
2761 dest.assign(result_ptr); in GetDocumentationForItem()