Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1145 bool canReadValue = true; in IsNilReference() local
1146 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1147 return canReadValue && isZero; in IsNilReference()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1391 bool canReadValue = true; in IsNilReference() local
1392 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference()
1393 return canReadValue && isZero; in IsNilReference()