Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp3507 uint32_t curr_ptr_depth = ptr_depth; in DumpValueObject_Impl() local
3524 curr_ptr_depth = 1; in DumpValueObject_Impl()
3527 if (curr_ptr_depth == 0) in DumpValueObject_Impl()
3572 … (is_ptr || is_ref) ? curr_ptr_depth - 1 : curr_ptr_depth, in DumpValueObject_Impl()