Searched refs:size_vo (Results 1 – 2 of 2) sorted by relevance
734 ValueObjectSP size_vo(l->GetChildAtIndex(1, true)); in ExtractLibcxxStringInfo() local735 if (!size_vo || !location_sp) in ExtractLibcxxStringInfo()737 size = size_vo->GetValueAsUnsigned(0); in ExtractLibcxxStringInfo()
48 size_vo = l.GetChildAtIndex(1)49 size = size_vo.GetValueAsUnsigned(0)+1 # the NULL terminator must be accounted for