Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2094 bool canReadValue = true; in IsObjCNil() local
2095 bool isZero = GetValueAsUnsigned(0,&canReadValue) == 0; in IsObjCNil()
2096 return canReadValue && isZero; in IsObjCNil()