Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp429 bool is_pointer_type = false; in GetRuntimeType() local
432 is_pointer_type = true; in GetRuntimeType()
452 if (is_pointer_type) in GetRuntimeType()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp667 const bool is_pointer_type = type_info & eTypeIsPointer; in GetPointeeData() local
669 if (!(is_pointer_type || is_array_type)) in GetPointeeData()
687 if (is_pointer_type) { in GetPointeeData()
709 is_pointer_type ? GetPointerValue() : GetAddressOf(true); in GetPointeeData()