Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1104 bool canReadValue = true; in IsNilReference() local
1105 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1106 return canReadValue && isZero; in IsNilReference()