Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp1989 bool canReadValue = true; in IsObjCNil() local
1990 bool isZero = GetValueAsUnsigned(0,&canReadValue) == 0; in IsObjCNil()
1991 return canReadValue && isZero; in IsObjCNil()